Bugzilla – Attachment 43192 Details for
Bug 13799
Add base for building RESTful API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13799 - Followup: Refactor spec file
Bug-13799---Followup-Refactor-spec-file.patch (text/plain), 2.94 KB, created by
Martin Renvoize (ashimema)
on 2015-10-07 15:22:01 UTC
(
hide
)
Description:
Bug 13799 - Followup: Refactor spec file
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2015-10-07 15:22:01 UTC
Size:
2.94 KB
patch
obsolete
>From 02ba1f9475772918c1751082d3e224d08fe22888 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 7 Oct 2015 15:20:25 +0000 >Subject: [PATCH] Bug 13799 - Followup: Refactor spec file > >Spreading the specification over multiple files should lead to a more >manageable specification long term >--- > api/v1/definitions/borrower.json | 21 +++++++++++++++++++++ > api/v1/definitions/error.json | 9 +++++++++ > api/v1/definitions/index.json | 4 ++++ > api/v1/swagger.json | 30 +----------------------------- > 4 files changed, 35 insertions(+), 29 deletions(-) > create mode 100644 api/v1/definitions/borrower.json > create mode 100644 api/v1/definitions/error.json > create mode 100644 api/v1/definitions/index.json > >diff --git a/api/v1/definitions/borrower.json b/api/v1/definitions/borrower.json >new file mode 100644 >index 0000000..0523d4b >--- /dev/null >+++ b/api/v1/definitions/borrower.json >@@ -0,0 +1,21 @@ >+{ >+ "type": "object", >+ "properties": { >+ "borrowernumber": { >+ "type": "integer", >+ "description": "Internally assigned user identifier" >+ }, >+ "cardnumber": { >+ "type": "string", >+ "description": "Library assigned user identifier" >+ }, >+ "surname": { >+ "type": "string", >+ "description": "User's last name" >+ }, >+ "firstname": { >+ "type": "string", >+ "description": "User's first name" >+ } >+ } >+} >diff --git a/api/v1/definitions/error.json b/api/v1/definitions/error.json >new file mode 100644 >index 0000000..e43673f >--- /dev/null >+++ b/api/v1/definitions/error.json >@@ -0,0 +1,9 @@ >+{ >+ "type": "object", >+ "properties": { >+ "error": { >+ "description": "Error message", >+ "type": "string" >+ } >+ } >+} >diff --git a/api/v1/definitions/index.json b/api/v1/definitions/index.json >new file mode 100644 >index 0000000..719e5cb >--- /dev/null >+++ b/api/v1/definitions/index.json >@@ -0,0 +1,4 @@ >+{ >+ "borrower": "borrower.json", >+ "error": "error.json" >+} >diff --git a/api/v1/swagger.json b/api/v1/swagger.json >index e7e61ee..d9466e4 100644 >--- a/api/v1/swagger.json >+++ b/api/v1/swagger.json >@@ -76,35 +76,7 @@ > } > }, > "definitions": { >- "borrower": { >- "type": "object", >- "properties": { >- "borrowernumber": { >- "$ref": "#/definitions/borrowernumber" >- }, >- "cardnumber": { >- "description": "library assigned ID number for borrowers" >- }, >- "surname": { >- "description": "borrower's last name" >- }, >- "firstname": { >- "description": "borrower's first name" >- } >- } >- }, >- "borrowernumber": { >- "description": "Borrower internal identifier" >- }, >- "error": { >- "type": "object", >- "properties": { >- "error": { >- "description": "Error message", >- "type": "string" >- } >- } >- } >+ "$ref": "./definitions/index.json" > }, > "parameters": { > "borrowernumberPathParam": { >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13799
:
36700
|
36705
|
36938
|
36941
|
37119
|
37132
|
37172
|
38246
|
39156
|
39158
|
39159
|
39160
|
39161
|
39162
|
39163
|
39164
|
40088
|
40092
|
40093
|
40094
|
40098
|
40099
|
40101
|
40140
|
40141
|
40142
|
40463
|
40464
|
40465
|
40466
|
40467
|
40468
|
40469
|
40470
|
40471
|
40551
|
40552
|
40553
|
40554
|
40560
|
40561
|
40584
|
40585
|
40586
|
40587
|
40616
|
40617
|
40618
|
40619
|
41160
|
41161
|
41162
|
41268
|
41269
|
41270
|
41271
|
41272
|
41273
|
41274
|
41320
|
41321
|
41326
|
41327
|
41328
|
41329
|
41330
|
41331
|
41538
|
41539
|
41540
|
41541
|
41542
|
41543
|
41547
|
41554
|
42044
|
42085
|
42086
|
42123
|
42518
|
42766
|
42768
|
42801
|
42874
|
42875
|
42876
|
42877
|
42878
|
43186
|
43187
|
43189
|
43190
|
43191
|
43192
|
43204
|
43205
|
43206
|
43207
|
43208
|
43209
|
43210
|
43211
|
43212
|
43213
|
43214
|
43980
|
43981
|
43987
|
43989
|
43990
|
43991
|
43992
|
43993
|
43994
|
43995
|
43996
|
43997
|
43998
|
43999
|
44000
|
44001
|
44185
|
44285
|
44313
|
44375
|
44376
|
44377
|
44378
|
44379
|
44380
|
44381
|
44382
|
44383
|
44384
|
44385