Concept Flow - HATEOAS concept overview
Client sends request
Server processes request
Server sends response with data + links
Client reads data
Client follows links for next actions
Repeat as needed
This flow shows how a client requests data, the server responds with data plus helpful links, and the client uses those links to navigate the API.