Client to consume an API with the http://jsonapi.org/ standard.
npm install --save heather-js
To build it, just run:
npm run build:main
To build it for UMD (expanded or minified version, respectively), run:
npm run build:umd
npm run build:umd.min
To see a lot of examples of how to use this library, take a look at the tests.
Contributions are always welcome.
Before submitting a PR from your fork, make sure that all the previous tests are
passing (with npm test
) and to add tests that cover the new feature too.