PWZER / swagger-ui-py

Swagger UI for Python web framework, such Tornado, Flask and Sanic. https://pwzer.github.io/swagger-ui-py/
https://pypi.org/project/swagger-ui-py
Apache License 2.0
68 stars 31 forks source link

Serve api specification from web address, not from file #2

Closed cinderell4 closed 4 years ago

cinderell4 commented 5 years ago

Especially for developing purposes and not following the spec first approach it would be nice if it wouldn't be necessary to write a file to disc before using swagger-ui-py. Serving from a web address is appreciated. Thanks for your work so far.

richardhector commented 5 years ago

Yes, this would be great!

PWZER commented 5 years ago

@cinderell4 @richardhector You can see v0.1.6 is accord with your demand.