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

Describe the issue you are facing or ask for help ![image](https://user-images.githubusercontent.com/50549812/172118996-493f00e7-6652-4759-b835-c3c3caa890d8.png) @kataras Is the document wrong?

I configured DeepLinking is true , but it is not work. When I use the url with id to access the webpage, the corresponding page cannot be opened, and the...

In the release: v12.2.0-alpha2 , the value in the go.mod is `module github.com/iris-contrib/swagger` should it be `module github.com/iris-contrib/swagger/v12` ? I can not download it in my project with go mod...

Will this swagger automatic generate API docs after calling API, without pre-write annotation on API?

question

v1 := app.Party("/api/v1") v1.Post("/user/login", ... swagger path is /user/login

Why can't users read it, but users can ![image](https://user-images.githubusercontent.com/12377710/106867730-eab40e00-6708-11eb-82d6-e4c6e585b5e2.png) // @Success 200 {object} model.User

``` .... mvc.Configure(app.Party("/api/v1"), func(m *mvc.Application) { m.Party("/test").Handle(new(v1.Test)) m.Party("/xiaomai").Handle(new(v1.XiaoMai)) }) ..... ``` ``` type XiaoMai struct { Ctx iris.Context } // @Summary // @Produce json // @Param text string true "text"...

Hi,it can not read code annotation between to project. How can i resolve it? Thank you.

Do you support the following formats? @success 200 {object} jsonresult.JSONResult{data=proto.Order} "desc"

When i set api operations->params type-> array . The Ui notice me `Could not render this component, see the console.` ? So, it's means params type is not support `array`?.