Skip to content

HATEOAS

Yann edited this page Sep 18, 2018 · 1 revision

What is HATEOAS

The HATEOAS acronym means "Hypermedia As The Engine of Application State". In short, the API returns hyperlinks in the object content response, to describe the other available endpoint to call according the action we wan't to do. This allow the user to discover the API structure by himself and understand it without having to read all the documentation.

TODO to be finished...

Clone this wiki locally