Changes between Version 3 and Version 4 of DeveloperGuidelines/WebServices
- Timestamp:
- 01/08/09 05:42:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/WebServices
v3 v4 5 5 We want to be able to access data from the database exported as JSON for easy use within Javascript clients. 6 6 7 This can be done by simply calling the RESTlike controllerwith the var {{{?format=json}}}:7 This can be done by simply calling the [https://trac.sahana3.org/wiki/BluePrintREST RESTlike controller] with the var {{{?format=json}}}: 8 8 {{{ 9 9 /sahana/module/resource?format=json # Lists all records of this resource