Changes between Version 6 and Version 7 of BluePrintREST


Ignore:
Timestamp:
12/31/08 04:35:39 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintREST

    v6 v7  
    2727
    2828We want to be able extending this for exporting raw data in other formats, e.g. using the optional vars:
     29{{{
    2930/sahana/gis/feature/display/x?format=[json|xml|csv]
     31}}}
    3032
    31 Web2Py already supports export as JSON, CSV & RTF. Hope to extend this to XML using http://www.reportlab.org/pyrxp.html
     33Web2Py 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
    3236
    3337It 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.
     
    3741 * http://www.wellbehavedsystems.co.uk/web2py/examples/rest_alt1.html
    3842
    39 New SQLROW to JSON function:
    40  * http://groups.google.com/group/web2py/browse_thread/thread/dfb65087574c24f1
     43
    4144
    4245NB Web2Py currently doesn't support HTTP PUT/DELETE/UPDATE (only GET).