Changes

stoney core: REST API

12 bytes removed, 08:27, 16 October 2013
/* Web API */
** Access tokens
* versioned API (either via URI or the Accept-Header)
* All function/method API calls have to be fully-nonblocking. If an expensive call has to be made to a backend system, the client needs to be provided with a status URI which can be checked for the current status
* Input validation must be performed for all data (validation of data happens twice: in the API and the client)
* Meaningful error message will be presented to the client
SLB
385
edits