swagger icon indicating copy to clipboard operation
swagger copied to clipboard

Will swagger work like yaag?

Open maplerichie opened this issue 5 years ago • 3 comments

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

maplerichie avatar Apr 17 '19 11:04 maplerichie

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

kataras avatar Apr 20 '19 03:04 kataras

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

maplerichie avatar Apr 20 '19 06:04 maplerichie

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

bigBron avatar Mar 09 '21 08:03 bigBron