Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Details about the use of HTTPS

The MILK Books API can be accessed with the following technologies in any programming language:

  • HTTP / (HTTPS specifically)
  • REST

The API is build built with the following technologies:

  • Microsoft C# .NET
  • ServiceStack

The API is hosted on Amazon Web Services (AWS) in the US-west region.

If you are also using .NET, using ServiceStack client libraries can offer a shortcut for API integration.

...

At this time, MILK doesn't maintain any native client libraries. This may change and may be requested.

Security

All request to the API should be made over HTTPS.

NOTE: Currently the staging environment does not have SSL certificates setup and needs to be requested over HTTP).

Serialization

The API offers 4 serialization methods to send and retrieve data. The serialization method is selected using theĀ Accept andĀ Content-type HTTP headers. If you cannot specify the content type on the HTTP request, it can be overridden by appending a query string parameter to the URL.

...