FreeqSDKOptions
Defined in: FreeqSDK.ts:12
Canonical options type for initializing the Freeq SDK.
Properties
apiKey
apiKey: string;
Defined in: FreeqSDK.ts:14
The API key used for authentication.
baseUrl
baseUrl: string;
Defined in: FreeqSDK.ts:13
The base URL for the Freeq API (e.g. https://api.freeq.io).
guest?
optional guest: boolean;
Defined in: FreeqSDK.ts:15