An alternative to httpbin.org in Gin.
docker pull viethuy/endpointlab
docker run -p 8080:8080 viethuy/endpointlab
Access the Swagger UI:
-
Online: Visit SwaggerHub.
-
Locally:
- Start the UI:
make run
- Open in browser:
http://localhost:8080/swagger/index.html
- Start the UI:
-
Update
swagger.json
:make swagger
make dockerDistribute