Changes between Version 6 and Version 7 of BluePrintREST
- Timestamp:
- 12/31/08 04:35:39 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintREST
v6 v7 27 27 28 28 We want to be able extending this for exporting raw data in other formats, e.g. using the optional vars: 29 {{{ 29 30 /sahana/gis/feature/display/x?format=[json|xml|csv] 31 }}} 30 32 31 Web2Py already supports export as JSON, CSV & RTF. Hope to extend this to XML using http://www.reportlab.org/pyrxp.html 33 Web2Py already supports export as JSON, CSV & RTF. 34 * New SQLROW to JSON function: http://groups.google.com/group/web2py/browse_thread/thread/dfb65087574c24f1 35 * For XML Parser discussions, look at BluePrintGISImportExport 32 36 33 37 It would be best for us to add support to the framework to make it easy for module writers to have this functionality within their controllers. … … 37 41 * http://www.wellbehavedsystems.co.uk/web2py/examples/rest_alt1.html 38 42 39 New SQLROW to JSON function: 40 * http://groups.google.com/group/web2py/browse_thread/thread/dfb65087574c24f1 43 41 44 42 45 NB Web2Py currently doesn't support HTTP PUT/DELETE/UPDATE (only GET).