Changes between Version 5 and Version 6 of RestfulAPI


Ignore:
Timestamp:
02/14/08 14:38:17 (6 years ago)
Author:
johnbywater
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RestfulAPI

    v5 v6  
    1717== Data Formats == 
    1818 
    19 || Request || HTTP Parameters || 
    20 || Response || JSON || 
     19|| '''Request''' || HTTP Parameters || 
     20|| '''Response''' || JSON || 
    2121 
    2222== Methods == 
    2323  
    24 || Action || Methods || 
     24|| '''Action''' || '''Methods''' || 
    2525|| list/ || GET || 
    2626|| create/ || POST || 
     
    3030== Status Codes == 
    3131  
    32 || Action-Method || Success || Exception || 
     32|| '''Action-Method''' || '''Success''' || '''Exception''' || 
    3333|| list/ GET || 200 || 400 Invalid Request, 404 Not Found || 
    3434|| create/ POST || 201 || 400 Invalid Request, 409 Conflict ||