About Resource
Get information about the LRS.
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. |