This package has been deprecated

Author message:

Please use haleoas package instead! at https://www.npmjs.com/package/haleoas

halibut

1.1.11 • Public • Published

HALibut - A HAL JavaScript Client

A decent HAL JS client doesn't exist. Let's make one.

For a Python lib that transforms docs into HAL, maybe consider dougrain.

Goals

  • Works in nodejs and browser
  • Traversable via _link nodes.
  • Restrictive based on ALLOW header
  • Supports all HTTP methods
  • Automaps properties directly onto the result resource

Running tests

make test will run for all the environments found in testem.json

Pretty docs

make docs then visit them in your browser

Debugging

If you have problems due to expectations you may check the output found in the /logs directory. These log files are piping output from the fixture-server server into them.

Integrations

  • CommonJS : browserify is being used to run tests in the browser.

  • XHR: Any xhr that exposes a Function, takes a cfg object and returns a Promise will work.

Readme

Keywords

none

Package Sidebar

Install

npm i halibut

Weekly Downloads

3

Version

1.1.11

License

Apache, v2.0

Last publish

Collaborators

  • mnichols