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
{{ message }}
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
Ah, I see what you mean. You want to be able to dynamically add your own middleware based on the endpoints that are in the Swagger definition.
Swagger Server doesn't currently expose that information to you. Although, I like the idea of exposing it, so I'm totally going to add that to the to-do list. But, in the meantime, you can use Swagger Parser (which Swagger Server uses internally) yourself to get that info, and then add your middleware accordingly.
Is it possible to list all of the POST, GET ... routes?
The text was updated successfully, but these errors were encountered: