Monday, November 6, 2017

HATEOAS

HATEOAS basically means when you trigger a request, the restful service not only returns the data but also the further actions (URLs) you can do.

For example, you trigger a request to get the account balance. The service returns you the account balance and a bunch of actions you can do, such like deposit, withdraw, transfer.

https://jozdoo.github.io/rest/2016/09/22/REST-HATEOAS.html
https://spring.io/understanding/HATEOAS

No comments:

Post a Comment