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 installinside of the repo - Run
npm buildto build the bundles - Open
tests/test.htmlto test thetest.jsfile
- The
src/test.jsfile demonstrates how to get started with developing ClientWrapper