This is a javascript library to interact with the AKSO API.
This package is available on npm:
npm install @tejo/akso-client
It requires ESM.
- Use
UserClientto get started with user-based authentication - Use
AppClientfor app-based authentication (i.e. with API keys and such) UEACodeprovides various utilities for dealing with the new and old code formatgenerateTotpgenerates TOTP secrets and is useful for applications implementing account creation- This library also exports a
msgpackCodecas it differs slightly from the defaults utilincludes miscellaneous functions (e.g. for dealing with search strings)
For more details see the documentation or the JSDoc in this library.
Build with npm run build, or watch with npm run watch.
Building will create a dist with two files for nodejs ESM and browser ESM for use with module bundlers.