Changes between Version 17 and Version 18 of BluePrintREST


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

+Implementation

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintREST

    v17 v18  
    1818/sahana/gis/update_feature/1
    1919}}}
    20 We can easily change to URLs like these:
     20We can easily change to URLs like these (see [wiki:BluePrintRESTImplementation BluePrintRESTImplementation]):
    2121{{{
    2222/sahana/gis/feature           # Acts as 'list'
     
    3232There are downsides:
    3333 * We need to be authenticated for all actions (unless we patch T2)
     34 * Controller functions are less readable, with more levels of indent.
    3435NB T3 requires ID to be the last argument, so don't want URLs like: /id/create
    3536