Changes between Version 18 and Version 19 of DeveloperGuidelines/WebServices
- Timestamp:
- 09/27/13 15:56:56 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/WebServices
v18 v19 1 = = Web Services ==1 = Web Services = 2 2 3 Our main solution for Web Services is to use [wiki:S3XRC S3XRC] for !Import/Export of XML &/or JSON. 3 Sahana Eden exposes all it's resources as RESTful Web Services for !Import/Export of XML &/or JSON. 4 This is, of course, subject to correct authentication, where-configured. 4 5 6 The API is documented here: 7 [wiki:S3XRC/RESTfulAPI/URLFormat URL Format] 8 9 == Old Ideas == 5 10 Information on alternatives is listed below: 6 11 {{{gluon/tools.py}}} supports easy exposing of functions to XMLRPC or JSONRPC: