0.0.45 • Published 8 months ago

@ikonintegration/lms-api-client v0.0.45

Weekly downloads
-
License
-
Repository
-
Last release
8 months 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.43

8 months ago

0.0.44

8 months ago

0.0.45

8 months ago

0.0.42

8 months ago

0.0.40

9 months ago

0.0.41

9 months ago

0.0.38

12 months ago

0.0.39

12 months ago

0.0.36

12 months ago

0.0.35

1 year ago

0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

2 years ago

0.0.25

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.29

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago