API Design

HATEOAS

Hypermedia As The Engine Of Application State — a REST constraint where API responses include links to related resources, enabling clients to discover actions dynamically.

Related Protocols

See Also