Top "Hateoas" questions

HATEOAS is an acronym for Hypermedia As The Engine of Application State.

JSON Hypermedia Api with forms and links

I am in the early stages of planning a REST api, and I would like for it to adhere to …

json forms rest hateoas hypermedia
How to configure Spring HATEOAS behind proxy?

I have Spring Data Rest with Hateoas as my backed. It is behind a proxy. Backend url: backend.com Proxy …

spring rest spring-data-rest hateoas spring-hateoas
Implement HATEOAS with HAL in Jersey

One of the key points of building a RESTful API is HATEOAS. Now, Jersey offers a linking ability which is …

rest jersey hateoas
How to put and post links with Spring HATEOAS

I'm trying to understand how to create and modify links in Spring HATEOAS. For example, say I have two collections, …

java spring rest hateoas spring-hateoas
REST (HATEOAS) and ReactJS

I'm interested in using the HATEOAS principle of REST to reduce business logic in a SPA application. In a React-specific …

rest reactjs redux flux hateoas