Main Topia SDK client for configuring API access and authentication.
Remarks
This class should be instantiated ONCE per application at initialization time.
The instance configures the Axios HTTP client with proper authentication headers
and base URL, and is passed to all factory classes to create controllers.
Configuration options:
apiKey: Your Topia API key for server-side authentication
interactiveKey/interactiveSecret: For interactive iframe applications
apiDomain: API endpoint domain (defaults to "api.topia.io")
apiProtocol: HTTP protocol (defaults to "https")
Keywords
topia, client, sdk, initialization, config, setup, api
Main Topia SDK client for configuring API access and authentication.
Remarks
This class should be instantiated ONCE per application at initialization time. The instance configures the Axios HTTP client with proper authentication headers and base URL, and is passed to all factory classes to create controllers.
Configuration options:
Keywords
topia, client, sdk, initialization, config, setup, api
Example