Changes between Version 10 and Version 11 of DeveloperGuidelines/Tutorial/RESTCustomisation
- Timestamp:
- 06/11/10 21:28:29 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tutorial/RESTCustomisation
v10 v11 37 37 38 38 output = shn_rest_controller(module, resource) 39 if isinstance(output, dict) and "form" in output:39 if isinstance(output, dict): 40 40 form = output.get("form", None) 41 41 if form: