REST API Guidelines¶
HTTP APIs are required to be RESTful. See API Design.
HTTP Basics¶
Every API MUST be compatible to HTTP/1.1 and MUST follow its semantics.
An understanding of HTTP, its status codes, headers, request methods etc. is essential. They are defined in the following RFCs: