Skip to content

feat: support #/components/parameters references. #653

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 10 commits into from
Aug 13, 2022

Conversation

dbanty
Copy link
Collaborator

@dbanty dbanty commented Aug 13, 2022

Replaces #615. Closes #288.

@codecov
Copy link

codecov bot commented Aug 13, 2022

Codecov Report

Merging #653 (d001e8b) into main (d512d8b) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #653   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        49           
  Lines         1713      1783   +70     
=========================================
+ Hits          1713      1783   +70     
Impacted Files Coverage Δ
openapi_python_client/schema/__init__.py 100.00% <ø> (ø)
openapi_python_client/parser/errors.py 100.00% <100.00%> (ø)
openapi_python_client/parser/openapi.py 100.00% <100.00%> (ø)
...penapi_python_client/parser/properties/__init__.py 100.00% <100.00%> (ø)
openapi_python_client/parser/properties/schemas.py 100.00% <100.00%> (ø)

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

@dbanty dbanty enabled auto-merge (squash) August 13, 2022 17:34
@dbanty dbanty added this to the 0.11.5 milestone Aug 13, 2022
@dbanty dbanty disabled auto-merge August 13, 2022 17:37
@dbanty dbanty merged commit 95b7eb3 into main Aug 13, 2022
@dbanty dbanty deleted the add_components_parameters_support branch August 13, 2022 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support non-schema components and references (e.g. parameters)
2 participants