Changes between Version 2 and Version 3 of S3/S3Method
- Timestamp:
- 01/28/11 01:12:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Method
v2 v3 4 4 '''S3Method''' is an interface to implement method handlers for the [wiki:S3XRC/RESTfulAPI RESTful API]. Method handlers are used to perform requested actions on S3Resources, and produce the output for the view. 5 5 6 == Implementing Method s ==6 == Implementing Method Handlers == 7 7 8 8 Method handlers must be callable objects, i.e. they can be instances of classes which implement the __call__ method, lambdas or normal functions.