Changes

stoney core: REST API

20 bytes added, 11:10, 29 January 2014
/* 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.
This results in the following required request and respons response headers:
{| class="wikitable sortable"
|-
|-
| <codepre>Accept: application/jsonAccept-Charset: UTF-8</codepre>| <codepre>Content-Type: application/json; charset=UTF-8</codepre>
|}
SLB
385
edits