Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 645 Bytes

File metadata and controls

executable file
·
18 lines (13 loc) · 645 Bytes

ClientWrapper

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

Usage

  • Install from NPM - TBA
  • Import this package: import ApitaxClient from TBA

Developer Usage

  • Clone down this repo
  • Run npm install inside of the repo
  • Run npm build to build the bundles
  • Open tests/test.html to test the test.js file

Notes

  • The src/test.js file demonstrates how to get started with developing ClientWrapper