Changes between Version 19 and Version 20 of BluePrintREST


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintREST

    v19 v20  
    88Web2Py generates URLs in this format:
    99{{{
    10 /application/ccontroller/function/arg1/arg2?var1=x,var2=y
     10/application/controller/function/arg1/arg2?var1=x,var2=y
    1111}}}
    1212These are generally fairly RESTful anyway, e.g.: