d2l-scorm-engine-api-client

7.10.0 • Public • Published

d2l-scorm-engine-api-client

A Node.JS API client for SCORM Engine

Usage

const {RusticiEngineV1: RusticiEngine} = require('scorm-engine-api-client');
const service = new RusticiEngine(<SCORM Engine API URL>, <API Username>, <API Password>);

service.registrations.createRegistration(...).then(res => {
    ...
}).catch(err => {
    ...
});

<SCORM Engine API URL> is the URL to the SCORM Engine API; for instance http://foo.bar/ScormEngineInterface/api/v1.

Readme

Keywords

none

Package Sidebar

Install

npm i d2l-scorm-engine-api-client

Weekly Downloads

21

Version

7.10.0

License

UNLICENSED

Unpacked Size

18.4 kB

Total Files

13

Last publish

Collaborators

  • d2l-travis-deploy