Changes between Version 40 and Version 41 of S3REST


Ignore:
Timestamp:
05/19/10 09:51:47 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v40 v41  
    55== S3RESTController ==
    66
    7 The S3RESTController class implements a generic RESTful interface for database resources in S3. This class is instantiated once per request as the global callable'''s3rest''' object.
     7The S3RESTController class implements a generic RESTful interface for database resources in S3. This class is instantiated once per request as the global callable '''s3rest''' object.
    88
    99'''s3rest''' can be configured dynamically, and can easily be used to build RESTful controllers throughout the application.