Skip to content
Pivwan edited this page Nov 18, 2013 · 2 revisions

Format

All data returned and passed to the server must be formatted in JSON format.

Versioning

The API uses custom mime types to specify the version.

You should provide the implementation date in format YYYYMMDD. It will return the right version for the requested date.

Accepted mime types are (Content-Type HTTP header):

  • Latest: application/json
  • Version: application/vnd.spoiled-people.YYYYMMDD+json

Pagination

When a collection of objects are returned, pagination is used.

TODO

Endpoints

TODO

Authentication

TODO

Clone this wiki locally