Go to file
2013-03-04 09:28:24 +13:00
code Line length fixes (no logic changes) 2012-10-31 00:23:29 +01:00
docs Move documentation into separate docs folder 2013-03-04 09:28:24 +13:00
tests Line length fixes (no logic changes) 2012-10-31 00:23:29 +01:00
_config.php MINOR Initial commit 2012-06-04 10:14:02 +02:00
.travis.yml Travis support 2012-10-31 00:18:45 +01:00
composer.json Added composer config 2012-11-03 12:43:32 +13:00
LICENSE MINOR Initial commit 2012-06-04 10:14:02 +02:00
README.md Move documentation into separate docs folder 2013-03-04 09:28:24 +13:00

SilverStripe RestfulServer Module

Build Status

Overview

This class gives your application a RESTful API. All you have to do is define static $api_access = true on the appropriate DataObjects. You will need to ensure that all of your data manipulation and security is defined in your model layer (ie, the DataObject classes) and not in your Controllers. This is the recommended design for SilverStripe applications.

Requirements

  • SilverStripe 3.0 or newer

Configuration and Usage

See the documentation in /docs/en/index.md