Changes

stoney core: REST API

558 bytes added, 10:08, 13 November 2013
/* Service implementation details */
=== Data interchange format ===
The service needs to accept and send all data in the JSON data interchange format via HTTP, encoded as UTF-8. Thus a client needs to accept and use the [http://tools.ietf.org/html/rfc4627 <code>application/json</code>] media type. Further media types might be supported in the future.
 
=== Error codes and responses ===
The service needs to return appropriate HTTP status codes for every request, the following table lists the commonly used codes:
 
{| class="wikitable sortable"
|-
! HTTP status code !! Text !! Description
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
 
[[Category:Development]]
SLB
385
edits