StorageAndHookAPIOptions
Interface An object containing configuration options for the Storage & Hook API client.
Propertiesโ
| Name | Type | Description |
|---|---|---|
apiKey | string | The API key to be used for authentication. |
cloudServiceRegion? | "AUTO" | "EU" | "US" | The cloud service region to use - "AUTO" for latency-basedautomatic routing (default), "EU" for Europe and "US" forthe United States. Has no effect if endpoint is also set. |
endpoint? | string | The URL of the API endpoint to call. Optional if cloudServiceRegion is also set. OverridescloudServiceRegion if both properties are set. |
retryCount? | number | How many times the request should be retried in case of a 5XX response status code. Default: 3. |
Source: storage-and-hook/options.ts:4