Changes between Version 6 and Version 7 of S3/S3Method
- Timestamp:
- 01/28/11 01:27:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Method
v6 v7 36 36 Methods of the RESTful API can be configured: 37 37 38 a) using {{{s3xrc.model.set_method}}} for explicit URL methods39 b) using {{{S3Resource.set_handler}}} for a particular S3Resource instance38 1) using {{{s3xrc.model.set_method}}} for explicit URL methods 39 2) using {{{S3Resource.set_handler}}} for a particular S3Resource instance 40 40 41 where a) overrides b).41 where 1) overrides 2). 42 42 43 43 == S3Method Interface ==