Changes between Version 12 and Version 13 of S3/S3Resource
- Timestamp:
- 01/23/13 16:22:35 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Resource
v12 v13 27 27 28 28 == RESTful API == 29 30 This interface is used by the ''s3_rest_controller()'' function:31 32 {{{33 res, req = s3xrc.parse_request(module, resource)34 output = res.execute_request(req, **attr)35 }}}36 37 where {{{res}}} is the S3Resource instance, and {{{req}}} the [wiki:S3XRC/RESTfulAPI/S3Request S3Request] instance.38 39 29 === Flow Diagram === 40 30