marcgibbons / django-rest-swagger

Swagger Documentation Generator for Django REST Framework: deprecated
https://marcgibbons.com/django-rest-swagger/
BSD 2-Clause "Simplified" License
2.59k stars 601 forks source link

Upgrade to swagger-ui 3 #693

Open ghost opened 7 years ago

ghost commented 7 years ago

Is there any plan to upgrade to use swagger-ui 3?

asimshahzadmjc commented 7 years ago

If you can do that sooner rather than later that would be good to have. 👍 bitmoji

ckcollab commented 7 years ago

I believe this is fairly inactive now? @tuffnatty seems like the most active/knowledgable person now.

wiesson commented 6 years ago

You can easily use version 3 with docker!

docker run --rm -p 8001:8080 -e API_URL="http://127.0.0.1:8000/schema/?format=openapi"  --name swaggerui swaggerapi/swagger-ui:v3.4.5

If you visit 127.0.0.1:8001 - voila :)