Optional
config: AxiosRequestConfig<any>Initial configuration
If the method is not defined
If the baseURL is not defined
Private
axiosPrivate
configAdds additional Axios request configuration.
The configuration to add.
Adds additional headers to the request.
Headers to add.
Executes the HTTP request
If an error occurs during the request
Sets the request body
Body data to set
Sets the request headers
Headers to set
Sets the request method
HTTP method to set
Sets the request parameters
Parameters to set
Class to build and execute HTTP requests
Example