getSDKLicenseInfo()
Get SDK licensing information as JSON.
getSDKLicenseInfo(): Promise<Record<string, string>>
Example
const licenseInfo = await AilaSDK.getSDKLicenseInfo();
console.log(JSON.stringify(licenseInfo, null, 2));
Get SDK licensing information as JSON.
getSDKLicenseInfo(): Promise<Record<string, string>>
const licenseInfo = await AilaSDK.getSDKLicenseInfo();
console.log(JSON.stringify(licenseInfo, null, 2));