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

First, Great Job for this ! It's written in the technical notes that the type aliasing discovery is working. I'm doing something like : ``` type String string ``` to...

Although the docs says annotations are case-insensitive, this one is case-sensitive: using @SubAPI instead of @SubApi prevents the sub-API from being discovered.

I created a [test repo](https://github.com/giantswarm/swagger-test) to show the problem. To reproduce, just check out the test repo and do `make`. Further have a look at [main.go](https://github.com/giantswarm/swagger-test/blob/d77a384a31cf5d33de0eb99e6f1ae4efc6fd5d81/main.go). Problem is that imports...

This should be trivial. It's just a matter of implementing the 9 methods of the Markup interface. If anyone wants this, just say so in a comment, below.

For example, the report does not currently reflect the "{array}" vs. "{object}" specifications in the @Success/Failure lines.

To be used as a further description, particularly with respect to what parts of the API are subject to change. For example, `@APIStatus The /foo resources are all protoypes that...

(This is a reminder to myself.) Allow the words "required" and "optional" to be used in the 4th position of an @Params line (instead of "true"/"false") as soon as I...