axios-api-versioning
axios-api-versioning copied to clipboard
:diamond_shape_with_a_dot_inside: Add easy to manage api versioning to Axios
This isn't an issue but more so a reminder for my sake and for documentation purposes. There has been a [PR merged](https://github.com/axios/axios/pull/1964) into the `1.0.0` release branch for axios that...
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
Found a problem that the type `AxiosRequestConfigWithVersioning` does not pass a generic to `AxiosResponse` because of this, the return type is `any` ``` export interface AxiosRequestConfigWithVersioning extends AxiosResponse { __^...