Hypermedia and HATEOAS

Home > Computer Science > Web development (Computer Science) > RESTful API > Hypermedia and HATEOAS

Hypermedia allows the API to provide links and other related resources that enable navigating to other related resources. HATEOAS (Hypermedia As The Engine Of Application State) gives the API client information about available actions.