hateoas

hateoas is the REST constraint where responses include links that tell the client what actions are available next, so the client navigates the API by following hypermedia rather than hardcoding endpoint knowledge.
rest, api, web