swagger icon indicating copy to clipboard operation
swagger copied to clipboard

Swagger client generator

Results 37 swagger issues
Sort by recently updated
recently updated
newest added

Hi, Great work on this project!! It's so cool! I noticed when using a param with transport type body, the name of the param is not shown in swagger-ui, instead...

Please see this project: [https://github.com/jackmanlabs/swagger-test](https://github.com/jackmanlabs/swagger-test) This project contains to very simple web APIs that demonstrate that the swagger tool fails to handle nested structs in response types. Is there a...

Do you have thoughts (or design in mind) on supporting authorizations tag?

It would be really useful if the filename was given when errors happen during doc parsing. The line number would be great as well.

My APIs have both the GET and POST method for the same endpoint. But the swagger documentation that gets created only displays the second one (I wrote annotations for GET...

Hi! Now it's not parsing ``` type ServiceTypes []*ServiceType func (st *ServiceTypes ) Add () { // any code and any function for work with st } type ServiceType struct...

version 2.7.0 spring boot project https://github.com/swagger-api/swagger-ui/issues/3243

I don't have a full example, but I ran into a situation where I was getting an error >2017/05/26 18:14:11 Can not find definition of x model. Name looks like...

I've tried something like this: ``` swagger -mainApiFile='server.go' \ -apiPackage x/handler/hAdmin \ -apiPackage x/handler/hGuest \ -apiPackage x/handler/hSuperAdmin \ && mv docs.go go/swagger/all_api.go ``` but it's only output the last one

I have simple microservices which only do one operation and I let this operation happen on the root. When I create asciidoc with a @Router / [post] I get the...