Typescript types for HAL documents
This repository exports a set of typescript types for HAL documents.
It exports the following interfaces:
-
HalLink
, representing an individual HAL Link -
HalResource
, representing a single HAL document, with at least a_links
property and optionally_embedded
property and_templates
properties. -
LinkHints
, an extension to links, as defined in draft-nottingham-link-hint. -
HalFormsTemplate
, A HAL Forms template object. -
HalFormsProperty
A single property from a HAL Form.