Skip to content

A JavaScript micro library which adds functions for each of the Apitax endpoints. Use this to quickly build up a user interface or application which uses Apitax behind the scenes. Apitax/Dashboard uses this behind the scenes.

License

Notifications You must be signed in to change notification settings

Apitax/ClientWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A JavaScript micro library which adds functions for each of the Apitax endpoints. Use this to quickly build up a user interface or application which uses Apitax behind the scenes. Apitax/Dashboard uses this behind the scenes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published