Type alias BaseRequestParameters
BaseRequestParameters: { abortSignal?: AbortSignal; apiKey?: string; endpoint: string; headers?: Record<string, string>; maxRetries?: number; onDownloadProgress?: ProgressCallback; onDownloadProgressId?: string; onUploadProgress?: ProgressCallback; onUploadProgressId?: string; 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
onDownloadProgressId?: string
Optional
onUploadProgressId?: string
Optional
retryTimeout?: number
Optional
timeout?: number
Optional
url?: string