We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hey all, I am trying to generate client code for rust from the current openapi spec.
I tried multiple code generators, like: openapi-generator-cli swagger-codegen progenitor
and a few others.
But so far I had no luck, none of the mentioned generators was able to validate the spec and generate valid rust code from it.
There are quite a few errors on build time, so I won't bore you with every detail.
Did anyone else try something similar and had more luck without having to fix the openapi spec manually? All pointers are very welcome.
Best Regards, Tim
The text was updated successfully, but these errors were encountered:
Boring people with details would be awesome. Makes it easier to verify that this is the same but as #453 and #452.
Sorry, something went wrong.
No branches or pull requests
Hey all,
I am trying to generate client code for rust from the current openapi spec.
I tried multiple code generators, like:
openapi-generator-cli
swagger-codegen
progenitor
and a few others.
But so far I had no luck, none of the mentioned generators was able to validate the spec and generate valid rust code from it.
There are quite a few errors on build time, so I won't bore you with every detail.
Did anyone else try something similar and had more luck without having to fix the openapi spec manually? All pointers are very welcome.
Best Regards,
Tim
The text was updated successfully, but these errors were encountered: