The focus here is on a core aspect of REST - Hypermedia and HATEOAS and share the practical steps of building this out into an existing API with Spring HATEOAS.
You’ll first learn about the basics - content negotiation, API discoverability at the root and introducing links into the responses of your API to help guide your clients.
We’ll then go into more advanced scenarios such as how we can build Hypermedia into JSOPN, how the client needs to adapt to the new information in the API, what classes of changes become non-breaking, and how to generally evolve an API.
Finally, we’ll circle back to running through a full implementation of a real-world scenario.