-
Notifications
You must be signed in to change notification settings - Fork 5
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
add the swagger-ui middleware as an option #6
Comments
Hey Boris, You bet. This is already in the pipeline. We'll be adding a user interface that is a superset of swagger-ui that will based the swagger-editor instead of requiring a separate module. Scott |
Awesome ! Any idea how long it should take? :) Boris |
I'm not sure at this point. The necessary enhancements being made to swagger-editor and I'll be able to add it after that. I'll update this as I get more information. |
Thanks :) |
In the meantime, this is what I am doing to make it work:
|
Hi,
It will be great if the swagger-ui middleware can be added to the middlewares chain (https://github.com/apigee-127/magic/blob/master/lib/middleware.js#L53) as a config option.
Its already part of the swagger tools so it will be nice to have it out of the box instead of adding it manually.
Thanks,
Boris
The text was updated successfully, but these errors were encountered: