Changes between Version 1 and Version 2 of RESTController
- Timestamp:
- 11/20/09 00:00:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RESTController
v1 v2 3 3 = REST Controller = 4 4 5 * Code: [https://code.launchpad.net/~flavour/sahana/sahanapy-trunk Main Trunk] Revision 358+5 Available since: [https://code.launchpad.net/~flavour/sahana/sahanapy-trunk Main Trunk] Revision 358+ 6 6 7 The main controller function of the REST Interfaceis:7 The main controller function of the RESTful API is: 8 8 9 9 * '''shn_rest_controller''' (defined in models/01_RESTlike_controller.py) 10 10 11 The [wiki:S3XRC XML Interface] of this API supports in-line XSLT transformation in order to support various XML formats.11 The controller supports various representation formats: 12 12 13 The [wiki:S3XRC JSON Interface] of this API can be used for Ajax access to resources. 13 * HTML 14 * PDF 15 * XLS 16 * [wiki:S3XRC XML] using in-line XSLT transformation to support various XML formats 17 * [wiki:S3XRC JSON] for AJAX-style access to resources 14 18 15 19 == Joined Resources ==