-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
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
[Typescript Axios] fix Content-type not set properly #2695
Conversation
@julaudo thanks for the PR. For the allOf issue, do you have a spec to help reproduce the issue? |
The allOf bug is another subject and should not be present is this pull request. To answer the question, the commit contains 2 specs to reproduce the bug (used by unit tests) |
cc @nicokoenig |
modules/openapi-generator/src/main/resources/typescript-axios/apiInner.mustache
Show resolved
Hide resolved
any update here? |
@julaudo can you please generate the samples? |
@julaudo thanks for the PR, which has been included in the 4.1.0 release: https://twitter.com/oas_generator/status/1160000504455319553 |
fixes #2694
[BUG][Typescript Axios] Content-type not set