Changes between Version 17 and Version 18 of BluePrintREST
- Timestamp:
- 12/31/08 07:43:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintREST
v17 v18 18 18 /sahana/gis/update_feature/1 19 19 }}} 20 We can easily change to URLs like these :20 We can easily change to URLs like these (see [wiki:BluePrintRESTImplementation BluePrintRESTImplementation]): 21 21 {{{ 22 22 /sahana/gis/feature # Acts as 'list' … … 32 32 There are downsides: 33 33 * We need to be authenticated for all actions (unless we patch T2) 34 * Controller functions are less readable, with more levels of indent. 34 35 NB T3 requires ID to be the last argument, so don't want URLs like: /id/create 35 36