Get information about the LRS.
Last updated 3 years ago
Was this helpful?
Gets information about the LRS.
xapi.getAbout().then((result: AxiosResponse<About>) => { const about: About = result.data; console.log(about); // {versions: ["1.0.3"]} });
Parameter
Type
Required
Description
useCacheBuster
boolean
false
Enables cache busting.
This method returns an AxiosPromise with the success data containing an object.
AxiosPromise
data