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