RTSDK
    Preparing search index...

    Class Topia

    Create a single instance of Topia axios used for all calls to the public API in all classes

    const topia = await new Topia({
    apiDomain: "api.topia.io",
    apiKey: "exampleKey",
    interactiveKey: "key",
    interactiveSecret: "secret",
    });

    Implements

    Index

    Constructors

    • Parameters

      • __namedParameters: {
            apiDomain?: string;
            apiKey?: string;
            apiProtocol?: string;
            interactiveKey?: string;
            interactiveSecret?: Secret;
            mcAuthorizationKey?: string;
        }

      Returns Topia

    Properties

    apiDomain?: string
    apiKey?: string
    apiProtocol?: string
    axios: AxiosInstance
    interactiveKey?: string
    interactiveSecret?: Secret
    mcAuthorizationKey?: string