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