Skip to content
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

Closed
euank opened this issue Jul 10, 2018 · 2 comments · Fixed by #1890
Closed

[Rust] client codegen ignores all fields that are of type "formData" #525

euank opened this issue Jul 10, 2018 · 2 comments · Fixed by #1890

Comments

@euank
Copy link
Contributor

euank commented Jul 10, 2018

Description

I think the title for this one is fairly self-descriptive.

I intend to fix this one myself fairly soon.

@dbldippy
Copy link

Unfortunately, it seems that this issue persists with generator option "library": "reqwest" #1258
@bcourtine

@bcourtine
Copy link
Contributor

@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
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants