mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-14 00:21:19 +00:00
* [typescript-axios] Update Axios to 0.23.0 BREAKING CHANGE: Axios 0.23.0 has a breaking TypeScript defintion change which is incompatible with older versions of Axios. * [typescript-axios] Update samples * [typescript-axios] Use default binding for config to support older versions With 2 generics arguments and leaving the AxiosRequestConfig arguments to it's default the generated code can work both with 0.23.0 and older versions