@qtsurfer/api-client
    Preparing search index...

    Type Alias HalLink

    A HAL link object (Hypertext Application Language)

    type HalLink = {
        href: string;
        templated?: boolean;
    }
    Index
    href: string

    The link target as an absolute-path URI reference (resolve against the API base). A URI Template (RFC 6570) when templated is true.

    templated?: boolean

    True when href is an RFC 6570 URI Template.