Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
BaseRequestOptions
optional abortSignal: AbortSignal;
BaseRequestOptions.abortSignal
optional headers: Record<string, EndpointSupplier<string | null | undefined>>;
BaseRequestOptions.headers
optional maxRetries: number;
BaseRequestOptions.maxRetries
optional queryParams: Record<string, unknown>;
BaseRequestOptions.queryParams
optional timeoutInSeconds: number;
BaseRequestOptions.timeoutInSeconds
Was this page helpful?