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
Hi, the axios library has changed the AxiosRequestConfig interface from
export interface AxiosRequestConfig { url?: string; method?: string;
to
export interface AxiosRequestConfig { url?: string; method?: Method;
So client generation do generate an error when using tslint with axios 0.19.* :
BR.
The text was updated successfully, but these errors were encountered:
AxiosClientExtension updated to axios 0.19.0 (#379)
5584aea
AxiosClientExtension compatibility with axios 0.16.0 and 0.19.0 (#379)
0262d2b
Hi, I committed change which casts string parameter to correct type. I also upgraded axios version in generated package.json to 0.19.0.
string
Sorry, something went wrong.
Released in v2.16.538.
No branches or pull requests
Hi, the axios library has changed the AxiosRequestConfig interface from
to
So client generation do generate an error when using tslint with axios 0.19.* :
BR.
The text was updated successfully, but these errors were encountered: