Changes between Version 20 and Version 21 of BluePrintREST
- Timestamp:
- 12/31/08 08:07:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintREST
v20 v21 35 35 NB T3 requires ID to be the last argument, so don't want URLs like: /id/create 36 36 37 We want to be able extending this for exportingraw data in other formats, e.g. using the optional vars:37 We want to extend this to export raw data in other formats, e.g. using the optional vars: 38 38 {{{ 39 /sahana/gis/feature/display/x?format=[json|xml|csv] 39 /sahana/gis/feature/display/id?format=[json|xml|csv] 40 }}} 41 or another arg: 42 {{{ 43 /sahana/gis/feature/display/[json|xml|csv]/id 40 44 }}} 41 45