Skip to Content

@tuwaio/quasar-sdk


QuasarConfig

Defined in: packages/quasar-sdk/src/types.ts:14 

Configuration options for initializing the Quasar SDK client.

Properties

baseUrl?

optional baseUrl?: string

Defined in: packages/quasar-sdk/src/types.ts:20 

The base URL of the Quasar Cloud API. Defaults to ‘https://api.tuwa.io ’.


internalSecret?

optional internalSecret?: string

Defined in: packages/quasar-sdk/src/types.ts:18 

Optional internal secret for system-to-system communication.


secretKey

secretKey: string

Defined in: packages/quasar-sdk/src/types.ts:16 

Your secret API key starting with sk_live_.


timeout?

optional timeout?: number

Defined in: packages/quasar-sdk/src/types.ts:22 

Request timeout in milliseconds. Defaults to 10000.

Last updated on