Skip to content

Support inlined form data schema in requestBody #662

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

Merged
merged 6 commits into from
Aug 27, 2022

Conversation

supermihi
Copy link
Contributor

Fixes #656

Additionally, refactor the form_body handling to be analog to multipart_body and json_body.
@codecov
Copy link

codecov bot commented Aug 27, 2022

Codecov Report

Merging #662 (1f5d597) into main (b20789b) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #662   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        49           
  Lines         1785      1791    +6     
=========================================
+ Hits          1785      1791    +6     
Impacted Files Coverage Δ
openapi_python_client/parser/openapi.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dbanty dbanty added this to the 0.11.6 milestone Aug 27, 2022
@dbanty dbanty added the ✨ enhancement New feature or improvement label Aug 27, 2022
Copy link
Collaborator

@dbanty dbanty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks 🥳 !

@dbanty dbanty merged commit 227bc5e into openapi-generators:main Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

x-www-form-urlencoded in requestBody: no parameters generated
2 participants