2.0.1 • Published 6 years ago

hubris v2.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

Hubris - TypeScript Uber Hypermedia Client

Hypermedia client for interacting with the Uber hypermedia format.

pipeline status code coverage

Examples

import 'isomorphic-fetch';
import { follow, parse, query, relMatch, IUberDocumeny } from 'hubris';


fetch('/people')
  .then(parse)
  .then(query(relMatch('search')))
  .then(data => follow(data, { q: 'John Doe' })
  .then(parse)
  .then((resultsDoc: IUberDocument) => console.log('Document', resultsDoc));
2.0.1

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago