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

Our application is currently using latest echo-swagger version.v1.3.3. github.com/swaggo/files also on latest version. But swagger-ui-bundle.js is at older version: 3.23.0. /swagger/swagger-ui-bundle.js Extracted version from JavaScript bundle: ...d=!0,h="g23d7260f",v="3.23.0",... Expected version: 4.11.0

When I use go 1.18 new feature: generics, I get error: `expected '(', found '[' (and 1 more errors)`. Obviously, swag parse not support go 1.18 new feature generics. So...

We are getting below error when we load swagger ui. ``` reactProdInvariant.js:29 Uncaught Invariant Violation: Minified React error #37; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=37 for the full message or use the non-minified dev...

No operations defined in spec! ![Web capture_16-1-2022_3384_localhost](https://user-images.githubusercontent.com/7553452/149637103-04ac8c4c-cea5-4aab-b2a5-628cd4684f80.jpeg) ![Web capture_16-1-2022_33729_editor swagger io](https://user-images.githubusercontent.com/7553452/149637108-2f61d884-b5e0-410c-aa2a-0150802e7685.jpeg) ``` definitions: response.Struct: properties: code: type: integer data: {} message: type: string time_stamp: type: integer type: object services.AuthStruct: properties:...

I follow the echo-wagger README tutorial and get the error bellow ![image](https://user-images.githubusercontent.com/41404916/141092712-af5ac32b-ae7d-471c-bc71-7c5e3ad3d98a.png) And I google so many times and have no answer. so any help or suggesions would be appreciate.

**Describe the PR** Currently echo-swagger assumes the Redirect URL used in OAuth2 process flow is at the root. Thus in the case of when Swagger UI is not root, the...

For backwards compatibility, preserve the functionality of EchoWrapHandler but create new EchoWrapHandlerName which accepts a name parameter. See: swaggo/swag#885

Hi, In my app, i have endpoints published in the main app ( at the URL /swagger/ ) and i have another one, with admin endpoints (for example) ``` import...

bug

let "**/swagger/**" and "**/swagger/index.html**" both be the index page.

**Describe the PR** Add Proof Key for Code Exchange Support configurable with the OAuthConfig struct. **Relation issue** https://github.com/swaggo/echo-swagger/issues/99 **Additional context** OAuth2 clients that only support Authorization Code Flow with PKCE...