DEXPRO-Solutions-GmbH / swaggerui

Gin handler to expose an OpenAPI spec via Swagger UI
Apache License 2.0
0 stars 0 forks source link
golang http

SwaggerUI Handler For Gin

Go Reference Go Report Card

This project implements a gin Handler which allows you to expose your OpenAPI spec via SwaggerUI.

Installing

go get github.com/DEXPRO-Solutions-GmbH/swaggerui

Maintenance

SwaggerUI upgrade

Every then and now we want to upgrade the builtin SwaggerUI.

Do do that, go to https://github.com/swagger-api/swagger-ui and download the latest release.

Unzip the /dist directory from that release and replace all contents of the local /dist directory.

Then, apply the git patch patch-swagger-ui-initializer.patch.