gin-swagger
gin-swagger copied to clipboard
Support OpenAPI 3.1
swaggo/swag now supports OpenAPI 3.1: https://github.com/swaggo/swag/pull/1513
It would be nice so have support for that (see #9)
Swag today can generate v3.1 docs.
Was someone able to find an alternative to gin-swagger in the meantime this is implemented?
like an another go handler to support that?
@lucax88x I don't know if you have found a solution yet. If not, you can refer to my solution. I hope it will be helpful to you.
this is my demo project: https://github.com/humbinal/gin-openapi-v3
it‘s combined swag(openapi v3.1) and gin.