-
Notifications
You must be signed in to change notification settings - Fork 6k
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 code generation for OpenApi 3 has no post parameter (requestBody) in 3.0.0 branch #7331
Labels
Milestone
Comments
any update on this? |
This needs a fix, the client is unusable right now... |
Yes me too, I need to run a postprocessing script to fix this among other issues. |
Hey guys, going to check in order to add a PR
El mié., 3 abr. 2019 a las 17:05, Micky (<notifications@github.com>)
escribió:
… Yes me too, I need to run a postprocessing script to fix this among other
issues.
Any updates on this fix?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7331 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADHYMKY0rglsX1AN_rkmIWWuLfbzkGgXks5vdSWmgaJpZM4RVfO0>
.
|
Using this generator , the problem seems to be solved |
Indeed this bug makes this generator unusable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
the generated code has no post parameter
Swagger-codegen version
v 3
Swagger declaration file content or url
OpenApi 3 excerpt
generated code excerpt
Search for '// HERE is something missing'
Command line used for generation
java -jar swagger-codegen-cli-3.0.0-20180106.033640-15.jar generate -i api.yaml -l typescript-angular -o ./client
The text was updated successfully, but these errors were encountered: