Documentation Index
Fetch the complete documentation index at: https://terminal49.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Interface: Terminal49ClientConfig
Configuration for Terminal49Client.Properties
| Property | Type | Description |
|---|---|---|
apiBaseUrl? | string | API base URL. Defaults to https://api.terminal49.com/v2. |
apiToken | string | Terminal49 API token. Pass either the raw token or a value prefixed with Token . |
defaultFormat? | ResponseFormat | Default response format for methods that support mapped responses. Defaults to raw. |
fetchImpl? | (input, init?) => Promise<Response> | Optional fetch implementation, useful for tests or custom runtimes. |
maxRetries? | number | Number of retry attempts for rate-limit and server errors. Defaults to 2. |