UNPKG

halfred

Version:

parses JSON HAL resources (Hypertext Application Language)

11 lines (9 loc) 155 B
'use strict'; exports.get = function() { return { _links: { self: { href: '/self' }, primitive: '/links-must-be-objects', } }; };