echo-swagger icon indicating copy to clipboard operation
echo-swagger copied to clipboard

echo middleware to automatically generate RESTful API documentation with Swagger 2.0.

Results 27 echo-swagger issues
Sort by recently updated
recently updated
newest added

Fixed bug with redirect from swagger/ to index.html through proxy with changed prefix I have: - service with swagger http://localhost:8080/service1/swagger/ - proxy as nginx with configured location /containers/ to my...

Similar to the issue #243 in the gin-swagger repo, and https://github.com/swaggo/swag/issues/871: **Is your feature request related to a problem? Please describe.** OAuth2 clients that only support Authorization Code Flow with...

Getting this error ``` cannot use echoSwagger.WrapHandler (variable of type "github.com/labstack/echo/v4".HandlerFunc) as "github.com/labstack/echo".HandlerFunc value in argument to e.GETcompiler[IncompatibleAssign](https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#IncompatibleAssign) ```

I have created a question at StackOverflow [question](https://stackoverflow.com/questions/74887063/cant-create-swagger-because-annotation-param) Is this error from the external library? Is there any solution to handle it?

I have added `securityDefinitions.apikey` to my api doc annotations and used the security definition on a route. *What I expected:* The route will have the lock-symbol-button rendered on its right...

Add .InstanceName to the page title Related to #115