Changes between Version 12 and Version 13 of S3/S3Resource


Ignore:
Timestamp:
01/23/13 16:22:35 (12 years ago)
Author:
Fran Boon
Comment:

deprecate old docs

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Resource

    v12 v13  
    2727
    2828== 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 
    3929=== Flow Diagram ===
    4030