django-rest-swagger icon indicating copy to clipboard operation
django-rest-swagger copied to clipboard

Always show non-public endpoints?

Open WhyNotHugo opened this issue 5 years ago • 1 comments

I'd like to always show non-public endpoints (eg: those that require authentication).

I don't see any setting for this, and can't quite narrow down where this filtering is done in the code.

Any hints on how to achieve this, or where this filtering is done so as to try to write up a PR for this?

WhyNotHugo avatar Sep 26 '18 04:09 WhyNotHugo

There is a pull request for this: https://github.com/marcgibbons/django-rest-swagger/pull/705

ghost avatar Oct 19 '18 10:10 ghost