Another layer of abstraction on top of apitax-js-client. This library automates authentication, token management, endpoint management, and provides nicer function wrappers for each endpoint.
Wraps Around: apitax-js-client
- Install from NPM - TBA
- Import this package:
import ApitaxClient from TBA
- Clone down this repo
- Run
npm install
inside of the repo - Run
npm build
to build the bundles - Open
tests/test.html
to test thetest.js
file
- The
src/test.js
file demonstrates how to get started with developing ClientWrapper