Function defaultAxiosInstance
- defaultAxiosInstance<T, R, D>(config): Promise<R>
Type Parameters
- T = any
- R = AxiosResponse<T, any>
- D = any
Parameters
- config: AxiosRequestConfig<D>
Returns Promise<R>
- defaultAxiosInstance<T, R, D>(url, config?): Promise<R>
Type Parameters
- T = any
- R = AxiosResponse<T, any>
- D = any
Parameters
- url: string
Optional
config: AxiosRequestConfig<D>
Returns Promise<R>