-
Notifications
You must be signed in to change notification settings - Fork 37
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
Helpers for serving swagger.json on server #17
Comments
Since some APIs might use |
Would it be possible for toSwagger to ignore a Swagger in the API, making the above unnecessary ? |
That sounds like a good idea. The nice thing is that we can actually document the existence of the Prior to |
Do we want I don't mind adding 10 overlapping instances to ignore endpoints ending in |
ProblemI think this issue actually gives rise to at least these scenarios:
SolutionsPossible solutions to 1:
Possible solutions to 2:
Possible solutions to 3:
ConclusionI assume that we want to support all of the scenarios. I am inclined to this:
@jkarni @dmjio what do you think? Questions to think about:
|
I came up with something similar. Some observations:
|
@soenkehahn I am not sure though how you expect |
Yes, as a small |
There is |
Newly added members should also receive a notification
Hi, Thanks in advance! |
This is what I've been using:
This can be probably generalized so that we won't have to depend on
servant-server
:The text was updated successfully, but these errors were encountered: