Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Rest API and Tools

thrx.de edited this page Apr 29, 2017 · 2 revisions

Rest / API / Tools

http://swagger.io/tools/

Editor: https://github.com/swagger-api/swagger-editor

docker pull swaggerapi/swagger-editor docker run -p 80:9999 swaggerapi/swagger-editor

Swagger UI http://petstore.swagger.io/

docker pull swaggerapi/swagger-ui docker run -p 80:8080 swaggerapi/swagger-ui

Clone this wiki locally