-
Notifications
You must be signed in to change notification settings - Fork 5
HATEOAS
Yann edited this page Sep 18, 2018
·
1 revision
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.