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
OptionalabortSignal?: AbortSignal
OptionalapiKey?: string
endpoint: string
Optionalheaders?: Record<string, string>
OptionalmaxRetries?: number
OptionalonDownloadProgressId?: string
OptionalonUploadProgressId?: string
OptionalretryTimeout?: number
Optionaltimeout?: number
Optionalurl?: string