Changes between Version 1 and Version 2 of BluePrintREST


Ignore:
Timestamp:
12/30/08 06:26:10 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintREST

    v1 v2  
    1313This, obviously, requires us to build-in support into the Controllers, which should be done within the framework to make it easy for module writers to take advantage of.
    1414
     15Web2Py already supports export as JSON, CSV & RTF. Hope to extend this to XML using http://www.reportlab.org/pyrxp.html
     16 * SQLRow to JSON: http://groups.google.com/group/web2py/browse_thread/thread/dfb65087574c24f1
     17
    1518Web2Py currently doesn't support HTTP PUT/DELETE/UPDATE (only GET).