Changes

stoney core: REST API

359 bytes removed, 08:37, 30 December 2013
/* REST API documentation */
=== Input validations ===
The service validates all input it receives from a client and returns a <code>422</code> (Unprocessable Entity) HTTP [[#Error_codes_and_responses|error code with a descriptive error object]].
 
== REST API documentation ==
 
There are two types of API calls:
 
* Fully RESTful Ressources and Collections (the default), addressed using "nouns"
* Helpers, commands and actions, addressed using "verbs"
 
With this we are following [https://blog.apigee.com/detail/restful_api_design_what_about_responses_that_dont_involve_resources/ a pragmatic API design].
=== Auth action ===
SLB, editor, reviewer
3,368
edits