Welcome to the SDK documentation. This SDK overview will help you understand how to use the SDK and its various functionality.
pip install aimtera/sdk
npm install aimtera/sdk
const aimtera = require('aimtera/sdk');
import { aimtera } from 'aimtera/sdk';
const aimtera = require('aimtera/sdk');
let ref1 = await aimtera.reference1()
let ref2 = await aimtera.reference2()
API methods for below ES6.
import { reference1, reference2 } from 'aimtera/sdk';
let ref1 = await reference1()
let ref2 = await reference2()
API methods for ES6 and above.