Slide 30
Slide 30 text
Proprietary + Confidential
REST — Uniform interface
Identification of resources
Manipulation of resources
through representations
Self-descriptive messages
HATEOAS
(Hypermedia As The Engine of Application State)
Resource as URIs: http://api.co/cars/123
JSON, XML, YAML, HTML…
(and other media types)
HTTP GET, POST, PUT, DELETE, PATCH
Hypermedia: HAL, JSON-LD, Siren