Changes between Version 21 and Version 22 of DeveloperGuidelines/Tutorial/RESTCustomisation


Ignore:
Timestamp:
03/03/14 21:05:48 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tutorial/RESTCustomisation

    v21 v22  
    140140== How to Authorize the Method ==
    141141
    142 When we implement a method handler that returns information, we need to request permission to do so:
     142When we implement a method handler that returns information from the database to the user, then we ''must'' check whether the user has permission to see this information:
    143143
    144144{{{#!python