Changes between Version 2 and Version 3 of S3/S3Method


Ignore:
Timestamp:
01/28/11 01:12:54 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Method

    v2 v3  
    44'''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.
    55
    6 == Implementing Methods ==
     6== Implementing Method Handlers ==
    77
    88Method handlers must be callable objects, i.e. they can be instances of classes which implement the __call__ method, lambdas or normal functions.