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

33 support custom request model and display custom api in swagger UI #65

Conversation

wjiuhe
Copy link
Member

@wjiuhe wjiuhe commented May 21, 2022

What does this implement/fix? Explain your changes.

Does this close any currently open issues?

Any relevant logs, error output, etc?

Any other comments?

Where has this been tested?

Operating System:

Platform:

Target Platform:

Pinference Version:

@wjiuhe wjiuhe linked an issue May 21, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 21, 2022

Codecov Report

Merging #65 (536b24d) into main (57c6996) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 536b24d differs from pull request most recent head 3251c56. Consider uploading reports for the commit 3251c56 to get more accurate results

@@            Coverage Diff            @@
##              main       #65   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           58        57    -1     
  Lines         1086      1120   +34     
=========================================
+ Hits          1086      1120   +34     
Impacted Files Coverage Δ
pinferencia/apis/default/index.py 100.00% <ø> (ø)
pinferencia/apis/default/v1/routers/__init__.py 100.00% <ø> (ø)
pinferencia/api_manager.py 100.00% <100.00%> (ø)
pinferencia/apis/default/__init__.py 100.00% <100.00%> (ø)
pinferencia/apis/default/v1/models.py 100.00% <100.00%> (ø)
pinferencia/app.py 100.00% <100.00%> (ø)
pinferencia/repository.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57c6996...3251c56. Read the comment docs.

@wjiuhe wjiuhe merged commit 4d3e875 into main May 22, 2022
@wjiuhe wjiuhe deleted the 33-support-custom-request-model-and-display-custom-api-in-swagger-ui branch May 22, 2022 13:15
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 Custom Request Model and Display Custom API in Swagger UI
1 participant