Swagger offers
Swagger Editor
Run following script to start Swagger Editor locally. Download code from Github
1
2
3
git clone https://github.com/swagger-api/swagger-editor.git
cd swagger-editor
python3 -m http.server
Access the swagger editor at: http://localhost:8000/
Swagger UI
Run following script to start Swagger UI locally. Download code from Github
1
2
3
git clone https://github.com/swagger-api/swagger-ui.git
cd swagger-ui/dist
python3 -m http.server
Access the swagger editor at: http://localhost:8000/