Top "Hateoas" questions

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

REST API - DTOs or not?

I am currently creating a REST-API for a project and have been reading article upon article about best practices. Many …

java spring rest dto hateoas
Actual examples for HATEOAS (REST-architecture)

as everyone may have noticed, there are lot of fake/rudimentary REST-APIs in the wild (which implement a HTTP-API and …

api rest hateoas
How should HATEOAS-style links be implemented for RESTful JSON collections?

To keep things simple and to avoid nameing collisions, I've been bundling links in my record resources like this... { id: 211, …

json rest hateoas
HATEOAS: absolute or relative URLs?

In designing a RESTful Web Service using HATEOAS, what are the pros and cons of showing a link as a …

rest hateoas
Relationship and difference between HAL and HATEOAS

HATEOAS (Hypermedia as the Engine of Application State) and HAL (Hypertext Application Language) seem to be related but are not …

rest compare hateoas
How should I handle HATEOAS links and references in JSON?

I'm in the process of designing a REST api and to be as RESTful as it gets. I want to …

json rest hateoas
How useful/important is REST HATEOAS ( maturity level 3)?

I'm getting involved in a project where some senior team members believe that a REST API has to be HATEOAS …

rest hateoas
Spring HATEOAS versus Spring Data Rest

Question is, what's the difference between Spring HATEOAS versus Spring Data Rest ? I feel both can do the same, and …

java spring spring-data-rest hateoas spring-hateoas
RESTful API runtime discoverability / HATEOAS client design

For a SaaS startup I'm involved in, I am building both a RESTful web API and a couple of client …

api rest discovery hateoas
what is hypermedia , hypermedia controls, hypermedia formats

I'm currently reading "Rest in practice" book . I'm unable to understand the following terminology Hypermedia , hypermedia format, hypermedia controls, Domain …

rest controls hateoas hypermedia