Returns Promise<R>
Returns Promise<R>
Properties
all
all: <T>(values: (
T | Promise<T>)
[]) => Promise<T[]> Axios
AxiosError
AxiosHeaders
Cancel
CanceledError
CancelToken
defaults
formToJSON
getAdapter
getAdapter: ( adapters: undefined | AxiosAdapterConfig | AxiosAdapterConfig[],) => AxiosAdapter HttpStatusCode
interceptors
isAxiosError
isAxiosError: <T = any, D = any>(payload: any) => payload is AxiosError<T, D> isCancel
isCancel: (value: any) => value is Cancel spread
spread: <T, R>(callback: (...args: T[]) => R) => (array: T[]) => R toFormData
Readonly
VERSION
VERSION: string
Methods
create
delete
Returns Promise<R>
get
Returns Promise<R>
getUri
Returns string
head
Returns Promise<R>
options
Returns Promise<R>
patch
Returns Promise<R>
patchForm
Returns Promise<R>
post
Returns Promise<R>
postForm
Returns Promise<R>
put
Returns Promise<R>
putForm
Returns Promise<R>
request
Returns Promise<R>