@glaforge
REST — Uniform interface
• Identification of resources
• Manipulation of resources
through representations
• Self-descriptive messages
• HATEOAS
(Hypermedia As The Engine
Of Application State)
9
Resource as URIs
http://api.co/cars/123
JSON, XML…
HTTP GET, POST, PUT, DELETE
media types, cacheability…
Hypermedia APIs
HAL, JSON-LD, Siren…