ImportDocumentation Index
Fetch the complete documentation index at: https://docs.corsa.finance/llms.txt
Use this file to discover all available pages before exploring further.
CorsaClient and configure it with your API details:
OpenAPI object:
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
BASE | string | '' | Base URL for the API. |
VERSION | string | '1.0' | API version. |
HEADERS | Record<string, string> | undefined | Custom request headers. Recommended for authentication. |
TOKEN | string | undefined | Bearer token (deprecated; prefer HEADERS). |
USERNAME | string | undefined | Basic auth username. |
PASSWORD | string | undefined | Basic auth password. |
WITH_CREDENTIALS | boolean | false | Include credentials in requests. |
CREDENTIALS | 'include' | 'omit' | 'same-origin' | 'include' | Credentials mode for fetch. |
ENCODE_PATH | (path: string) => string | undefined | Custom path encoder. |
ComplianceClient is a deprecated alias for CorsaClient. Use CorsaClient in new code.