@ikonintegration/lms-api-client

0.0.35 • Public • Published

bccsa-program-api-client Node.js Package

BCCSA Program API nodejs API client

Overall

  • npm npm npm (tag) Libraries.io dependency status for latest release, scoped npm package
  • GitHub commit activity
  • GitHub last commit

How to Use

import LMSClient from '@ikonintegration/bccsa-program-api-client';

const API = new LMSClient({
  endpoint: LMSAPIEndpoint,
  statsEndpoint: LMSStatsEndpoint,
  authorizationToken: '', -- optional, IDM JWT for shared module admins and user routes -- Accepts a function to be called async and return the token
  tenantID: '', customerID: ''
});

//Do something
const resp = await API.certification.xyz(ID);
if (!resp || resp.statusCode != 200) {
  return ERROR:
} return SUCCESS;

Available API methods

TODO

Readme

Keywords

none

Package Sidebar

Install

npm i @ikonintegration/lms-api-client

Weekly Downloads

12

Version

0.0.35

License

none

Unpacked Size

34.9 kB

Total Files

21

Last publish

Collaborators

  • vitor-ikon
  • mateus.ikon
  • gwdebes
  • rescio