You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
Currently, a swagger document gives you the option for which modules to include. This is very useful.
Expected behavior
It would be useful to provide the opposite of this, where a set of modules could be excluded.
Minimal reproduction of the problem with instructions
N/A
What is the motivation / use case for changing the behavior?
Let's say I'm developing an API that could be reasonably separated into two parts, client A will only call into section 1, client B will only call into section 2. If I want to generate an API document, I can do something like this:
I'm submitting a...
Current behavior
Currently, a swagger document gives you the option for which modules to
include
. This is very useful.Expected behavior
It would be useful to provide the opposite of this, where a set of modules could be excluded.
Minimal reproduction of the problem with instructions
N/A
What is the motivation / use case for changing the behavior?
Let's say I'm developing an API that could be reasonably separated into two parts, client A will only call into section 1, client B will only call into section 2. If I want to generate an API document, I can do something like this:
Without this, I would need to maintain two sets of modules, as opposed to just a single one here. Thanks for your consideration.
Environment
The text was updated successfully, but these errors were encountered: