iris-contrib / swagger

Iris middleware to automatically generate RESTful API documentation with Swagger 2.0
MIT License
115 stars 32 forks source link

Will swagger work like yaag? #2

Open maplerichie opened 5 years ago

maplerichie commented 5 years ago

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

kataras commented 5 years ago

Hello, sorry for the delay @maplerichie.

No, swagger is not for this usage but yaag has a middleware for Iris too. We have a usage example as well on the iris examples, take a look at: https://github.com/kataras/iris/blob/master/_examples/apidoc

maplerichie commented 5 years ago

Thanks for your reply. Ya, I already create an issue on yaag repo, request to generate a Swagger compatible JSON format

bigBron commented 3 years ago

Hi @kataras, are there any plans to support automatic generation of Swagger API docs?