Changes between Version 20 and Version 21 of BluePrintREST


Ignore:
Timestamp:
12/31/08 08:07:30 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintREST

    v20 v21  
    3535NB T3 requires ID to be the last argument, so don't want URLs like: /id/create
    3636
    37 We want to be able extending this for exporting raw data in other formats, e.g. using the optional vars:
     37We want to extend this to export raw data in other formats, e.g. using the optional vars:
    3838{{{
    39 /sahana/gis/feature/display/x?format=[json|xml|csv]
     39/sahana/gis/feature/display/id?format=[json|xml|csv]
     40}}}
     41or another arg:
     42{{{
     43/sahana/gis/feature/display/[json|xml|csv]/id
    4044}}}
    4145