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.

Giao thức liên quan

Được đề cập trong hướng dẫn

Xem thêm