UNPKG

alcaeus

Version:

Hydra Core hypermedia-aware client library

15 lines (14 loc) 405 B
import { hydra } from '@tpluscode/rdf-ns-builders'; export const ContentTypes = { problemDetails: 'application/problem+json', }; export const Headers = { Link: 'Link', Location: 'Location', ContentType: 'Content-Type', }; export const LinkRelations = { canonical: 'canonical', context: 'http://www.w3.org/ns/json-ld#context', apiDocumentation: hydra.apiDocumentation.value, };