factset / quart-openapi

Module for Quart to add Flask-RESTPlus like functionality
https://factset.github.io/quart-openapi/
Other
82 stars 22 forks source link

Include swagger-ui #12

Open jared-mackey opened 5 years ago

jared-mackey commented 5 years ago

Is there plans to include swagger UI automatically like RESTPlus?

zeroshade commented 5 years ago

There aren't any plans currently to do so, but given the existence of swagger-ui-dist it shouldn't be difficult to easily deploy it with this if desired.

I'd welcome a PR using a reference to https://github.com/swagger-api/swagger-ui/tree/master/dist for deployment in order to keep it up to date rather than having to manually keep it up to date