Changes between Version 16 and Version 17 of DeveloperGuidelines/Tutorial/RESTCustomisation
- Timestamp:
- 03/03/14 20:48:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tutorial/RESTCustomisation
v16 v17 168 168 Eventually, we need to tell the REST API which function/class to call for the ''available_shelters'' qualifier: 169 169 170 {{{ 170 {{{#!python 171 171 class S3GroupModel(S3Model): 172 172 """ Model class for pr/group """