Changes between Version 11 and Version 12 of RestfulAPI


Ignore:
Timestamp:
02/15/08 19:29:27 (6 years ago)
Author:
johnbywater
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RestfulAPI

    v11 v12  
    33== Design Questions == 
    44 
    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? 
    88 * What status codes could be returned? 
    99 
     
    1212= Current API = 
    1313 
    14 == URLs == 
     14Suffers from a number of RESTful no-no's.... 
     15 
     16== URIs == 
    1517 
    1618 * !http://ckan.net/api/rest/package/list/:page 
     
    7072---- 
    7173 
    72 = Proposed REST API = 
     74= Proposed API = 
    7375 
    7476== Resources ==