The XAPI Class
The xAPI class which manages the communication with the LRS.
new XAPI()
const endpoint = "https://my-lms.com/endpoint/";
const auth = XAPI.toBasicAuth(username, password);
const xapi = new XAPI({
endpoint: endpoint,
auth: auth
});Parameters
Returns
Last updated