openapistack / openapi-client-axios

JavaScript client library for consuming OpenAPI-enabled APIs with axios
https://openapistack.co
MIT License
550 stars 67 forks source link

Axios 0.25 support #104

Closed nponeccop closed 2 years ago

nponeccop commented 2 years ago

This is a breaking change to support Axios 0.25. The type signature in Axios has changed, the list version of headers isn't accepted any more.

I guess it's better to apply this after merging #103

anttiviljami commented 2 years ago

Awesome, thanks @nponeccop ! <3