-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update Swagger UI section in README #2883
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2883 +/- ##
=======================================
Coverage 90.06% 90.06%
=======================================
Files 72 72
Lines 2698 2698
Branches 426 426
=======================================
Hits 2430 2430
Misses 268 268
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Thanks. I wouldn't do any more PRs to add further new content (tweaks/fixes are fine) - we think the README has gotten too big at this point and want to rework it. We just haven't worked out exactly what we want to do instead yet. |
Update a few outdated links to the Swagger UI repository and add missing extension methods on
SwaggerUIOptions.I also thought about adding mentions to the properties directly on
SwaggerUIOptions(e.g.HeadContent) but decided against it for now. Those would need some additinal warnings because otherwise you might undo your previous modifications done by the extension methods again.