Changes between Version 5 and Version 6 of RestfulAPI
- Timestamp:
- 02/14/08 14:38:17 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RestfulAPI
v5 v6 17 17 == Data Formats == 18 18 19 || Request|| HTTP Parameters ||20 || Response|| JSON ||19 || '''Request''' || HTTP Parameters || 20 || '''Response''' || JSON || 21 21 22 22 == Methods == 23 23 24 || Action || Methods||24 || '''Action''' || '''Methods''' || 25 25 || list/ || GET || 26 26 || create/ || POST || … … 30 30 == Status Codes == 31 31 32 || Action-Method || Success || Exception||32 || '''Action-Method''' || '''Success''' || '''Exception''' || 33 33 || list/ GET || 200 || 400 Invalid Request, 404 Not Found || 34 34 || create/ POST || 201 || 400 Invalid Request, 409 Conflict ||