Skip to content

Interface: HATEOASLink

Defined in: lib/types.ts:26

HATEOAS hyperlink for REST discoverability.

Follows REST HAL specification for self-describing hypermedia.

HATEOASLink

Properties

Property Type Description Defined in
href string URI target of the link lib/types.ts:27
rel string Relationship type (self, create, update, delete, etc.) lib/types.ts:28
type string MIME type of the linked resource lib/types.ts:29