Skip to content

Posts tagged with hateoas


API

What is HATEOAS?

HATEOAS is an acronym formed from the initials of the words "Hypermedia as the Engine of Application State" and is one of the key features of the REST API architecture. With HATEOAS, clients can use a REST API without knowing (or with minimal knowledge) how to consume it. We will understand better what this means with a simple example a little later.
Read Full Article...
0