Changes between Version 37 and Version 38 of BluePrintREST
- Timestamp:
- 01/05/09 13:53:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintREST
v37 v38 3 3 This page hosts detailed specifications for [https://blueprints.launchpad.net/sahana3/+spec/rest Blueprint for the RESTful API]. 4 4 5 NB This work is largely done: [wiki:BluePrintRESTImplementation BluePrintRESTImplementation] [[BR]]5 NB This work is basically done: [wiki:BluePrintRESTImplementation BluePrintRESTImplementation] [[BR]] 6 6 7 7 We need to add support for more representations: … … 20 20 * CSV, RTF (native to Web2Py) 21 21 * PDF ([wiki:BluePrintGISPrinting BluePrintGISPrinting]) 22 23 We need to add support for [wiki:BluePrintAuthenticationAccess AAA] beyond just t2.logged_in: 24 * t2.have_membership() 25 * t2.have_access() 22 26 23 27 Also can add extra methods to the controller, such as: