-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
[Rust] client codegen ignores all fields that are of type "formData" #525
Labels
Comments
3 tasks
Unfortunately, it seems that this issue persists with generator option |
@myk3v Thanks for the ping. I will look at this. |
bcourtine
added a commit
to bcourtine/openapi-generator
that referenced
this issue
Jan 11, 2019
4 tasks
wing328
pushed a commit
that referenced
this issue
Feb 1, 2019
* Resolves #525 for Rust client generator with reqwest library. * Use Reqwest "query" method to generate query URL. * urlencode URL string parameters. * Generate rust-reqwest client, and verify it compiles and work as intended. * Map file params (to "&std::path::Path") and support multipart operations (with file params) in Reqwest library. * Cleanup: template compression to remove unecessary blank lines in generated code.
A-Joshi
pushed a commit
to ihsmarkitoss/openapi-generator
that referenced
this issue
Feb 27, 2019
* Resolves OpenAPITools#525 for Rust client generator with reqwest library. * Use Reqwest "query" method to generate query URL. * urlencode URL string parameters. * Generate rust-reqwest client, and verify it compiles and work as intended. * Map file params (to "&std::path::Path") and support multipart operations (with file params) in Reqwest library. * Cleanup: template compression to remove unecessary blank lines in generated code.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I think the title for this one is fairly self-descriptive.
I intend to fix this one myself fairly soon.
The text was updated successfully, but these errors were encountered: