Changes between Version 11 and Version 12 of RestfulAPI
- Timestamp:
- 02/15/08 19:29:27 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RestfulAPI
v11 v12 3 3 == Design Questions == 4 4 5 * What are the URIs?6 * What 's the format?7 * What methods are supported at each URI?5 * What are the resources, and where are they located? 6 * What data formats are in use? 7 * What methods are supported at each resource location? 8 8 * What status codes could be returned? 9 9 … … 12 12 = Current API = 13 13 14 == URLs == 14 Suffers from a number of RESTful no-no's.... 15 16 == URIs == 15 17 16 18 * !http://ckan.net/api/rest/package/list/:page … … 70 72 ---- 71 73 72 = Proposed RESTAPI =74 = Proposed API = 73 75 74 76 == Resources ==