Type alias BaseRequestParameters
BaseRequestParameters: { abortSignal?: AbortSignal; apiKey?: string; endpoint: string; headers?: Record<string, string>; maxRetries?: number; onDownloadProgress?: ProgressCallback; onUploadProgress?: ProgressCallback; responseType?: ResponseType; retryTimeout?: number; timeout?: number; url?: string; } Type declaration
Optional
abortSignal?: AbortSignal
Optional
apiKey?: string
endpoint: string
Optional
headers?: Record<string, string>
Optional
maxRetries?: number
Optional
retryTimeout?: number
Optional
timeout?: number
Optional
url?: string