swagger icon indicating copy to clipboard operation
swagger copied to clipboard

Iris middleware to automatically generate RESTful API documentation with Swagger 2.0

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

When I use the **POST** method to accept the JSON parameter, click the `Try it out` button, and swagger sends an **OPTIONS** type request. here is my code: ``` //...

Removed extra fmt.Println (other themes don't have it)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

**Describe the bug** The latest version (v12.2.0 at the moment) is effectivly un-gettable. **To Reproduce** Steps to reproduce the behavior: 1. go get github.com/iris-contrib/swagger/v12@master We get the following line in...