OPI Blog
Learn from experts in their fields

Browsing Tags: spring-hateoas

Getting more properties through Spring HATEOAS
HATEOAS is a standard (though they use the word constraint) on a REST-based architecture. The idea is that the client can find out about everything via hyperlinks in the responses. Spring has a good overview ...