Changes between Version 21 and Version 22 of DeveloperGuidelines/Tutorial/RESTCustomisation
- Timestamp:
- 03/03/14 21:05:48 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tutorial/RESTCustomisation
v21 v22 140 140 == How to Authorize the Method == 141 141 142 When we implement a method handler that returns information , we need to request permission to do so:142 When 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: 143 143 144 144 {{{#!python