JustGiving Interview Question

What is HATEOAS and how does it relate to REST?

Interview Answer

Anonymous

Dec 18, 2015

HATEOAS based responses include links to various operations with it, e.g. an account XML/JSON would include links to withdraw and deposit. It self describes what you can do with a response.