-
Notifications
You must be signed in to change notification settings - Fork 2
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
Query OpenAPI Spec #157
Query OpenAPI Spec #157
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #157 +/- ##
========================================
Coverage 82.62% 82.62%
========================================
Files 17 17
Lines 1445 1445
Branches 155 155
========================================
Hits 1194 1194
Misses 244 244
Partials 7 7 ☔ View full report in Codecov by Sentry. |
hmm, does the automated schema creation cancel out Francis's openAPI spec changes? |
yea, it is probably a bad idea to modify the schema as it is generated. Can you commit it as a separate file @OrdiNeu ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tickets
DIG-1383
Description
This creates the OpenAPI spec for Katsu's discovery query endpoint. Nothing has been implemented yet.
This change should not cause Katsu to fail to build in any way.