= S3 RESTful API = [[TOC]] The S3 framework provides a generic RESTful API for many of the Eden data resources. == What is REST? == REpresentational State Transfer. Here's a resource to [http://obeautifulcode.com/API/Learn-REST-In-18-Slides Learn REST In 18 Slides] == At a Glance == * [wiki:S3/S3REST/s3_rest_controller REST Controller] * [wiki:S3/S3REST/URLFormat URL Format] * [wiki:S3/S3REST/Methods Standard Methods] * [wiki:S3/S3XML XML Interface] == Details == * [wiki:S3/S3Resource S3Resource] * [wiki:S3/S3Request S3Request] == Debugging == * Use [http://code.fosshub.com/WizToolsorg-RESTClient/downloads REST Client UI] to construct requests (Auth should be pre-emptive) ---- DeveloperGuidelines