-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Swagger schema partial patching. Swagger schema validation. #43
base: master
Are you sure you want to change the base?
Conversation
Allows redefine the swagger description in the code for needed endpoints
Codecov Report
@@ Coverage Diff @@
## master #43 +/- ##
==========================================
+ Coverage 92.98% 95.29% +2.31%
==========================================
Files 4 5 +1
Lines 114 319 +205
==========================================
+ Hits 106 304 +198
- Misses 8 15 +7
Continue to review full report at Codecov.
|
db0273b
to
08f089e
Compare
e19963c
to
7d72e74
Compare
@trezorg Thank you! I used the code from your PR, and it saved my time!
P.S.: Very cool PR, but I don’t understand why this PR hasn't been accepted until now |
It would be useful to redefine or update global swagger schema by endpoint swagger definition.
Also it is possible to validate swagger schema. Also dropped 3.4 support.