API Design

Hypermedia

The principle of embedding links and controls within API responses so clients discover available actions dynamically rather than hard-coding URLs. Hypermedia-driven APIs follow the HATEOAS constraint of REST, returning link relations that describe what transitions are possible from the current state. This decouples clients from server URL structures, making APIs easier to evolve without breaking consumers.

Related Protocols

Mentioned in Guides

See Also