SDK Initialisation
Create an Uqudo SDK instance
import uqudoSdkFactory from "uqudosdk-web";
const uqudoSdk = uqudoSdkFactory.create({
baseURL?: string;
accessToken: string;
nonce?: string;
assets?: IAssetsArg;
texts?: ITextsArg;
});Attribute
Description
Required
Last updated
Was this helpful?