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",});
Optional
Summary
Create a single instance of Topia axios used for all calls to the public API in all classes
Usage