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

fix: revert behaviour of applying common method specific headers #131

Closed iDanielBot closed 1 year ago

iDanielBot commented 1 year ago

There is a problem with applying method specific headers into operations, which is causing overrides at axios level. Revert back to previous behaviour.