scormcloud-api-wrapper
scormcloud-api-wrapper copied to clipboard
Node.js client for the SCORM Cloud API.
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
This wrapper is for v1 of the API The following article was published on September 10, 2019 and states v1 is deprecated https://support.scorm.com/hc/en-us/articles/360035620833-Now-enabled-SCORM-Cloud-API-v2- Quote: "We will be deprecating development and...
Addition of getCourseMetaData and a fix to the setCourseAttributes method based on the SCORMCloud spec.
Can this be added to the API Wrapper? I have fashioned my own for testing ... SCORMCloud.prototype.getCourseMetaData = function (courseid, callback) { var url = new URL('api?method=rustici.course.getMetadata', this.serviceUrl); // The...