Changes between Version 40 and Version 41 of S3REST
- Timestamp:
- 05/19/10 09:51:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3REST
v40 v41 5 5 == S3RESTController == 6 6 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.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. 8 8 9 9 '''s3rest''' can be configured dynamically, and can easily be used to build RESTful controllers throughout the application.