0.0.35 • Published 1 month ago

@ikonintegration/lms-api-client v0.0.35

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

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

0.0.35

1 month ago

0.0.34

2 months ago

0.0.33

2 months ago

0.0.32

11 months ago

0.0.25

1 year ago

0.0.30

11 months ago

0.0.31

11 months ago

0.0.26

1 year ago

0.0.27

12 months ago

0.0.28

11 months ago

0.0.29

11 months ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago