We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getUri
https://github.com/axios/axios#config-defaults
As "the goal is to support most/all features", supporting all instance methods also seems to be an important feature.
Currently, something like:
let uri = axios.getUri(axiosConfig)
Results in:
TypeError: axios.getUri is not a function
getUri method is specially useful when working with multiple instances, each one with a different baseURL.
baseURL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/axios/axios#config-defaults
As "the goal is to support most/all features", supporting all instance methods also seems to be an important feature.
Currently, something like:
Results in:
TypeError: axios.getUri is not a function
getUri
method is specially useful when working with multiple instances, each one with a differentbaseURL
.The text was updated successfully, but these errors were encountered: