Kakapo icon indicating copy to clipboard operation
Kakapo copied to clipboard

JSON API Server Responsibilities

Open MP0w opened this issue 9 years ago • 0 comments

Server responsibilities (needs #56)

  • [ ] Servers MUST send all JSON API data in response documents with the header Content-Type: application/vnd.api+json without any media type parameters
  • [ ] Servers MUST respond with a 415 Unsupported Media Type status code if a request specifies the header Content-Type: application/vnd.api+json with any media type parameters.
  • [ ] Servers MUST respond with a 406 Not Acceptable status code if a request's Accept header contains the JSON API media type and all instances of that media type are modified with media type parameters.

http://jsonapi.org/format/

MP0w avatar Apr 30 '16 14:04 MP0w