Changes between Version 12 and Version 13 of DeveloperGuidelines/Tutorial/RESTCustomisation


Ignore:
Timestamp:
06/11/10 21:31:44 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tutorial/RESTCustomisation

    v12 v13  
    1818This in fact leaves it all to the shn_rest_controller function - hard to see what really happens.
    1919
    20 However, shn_rest_controller does not actually mean you would be tied to the CRUD method handlers of {{{01_crud.py}}} either. REST merely cares for the proper resolution of URLs and HTTP methods, and then calls hooked-in functions to process the requests.
     20However, shn_rest_controller does not actually mean you would be tied to the CRUD method handlers of {{{01_crud.py}}}. REST merely cares for the proper resolution of URLs and HTTP methods, and then calls hooked-in functions to process the requests, and hooks can be manipulated.
    2121
    2222First of all - shn_rest_controller returns some output: