gin-swagger icon indicating copy to clipboard operation
gin-swagger copied to clipboard

Support OpenAPI 3.1

Open boindil opened this issue 2 years ago • 2 comments

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)

boindil avatar Sep 19 '23 15:09 boindil

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 avatar Aug 26 '24 14:08 lucax88x

@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.

humbinal avatar Dec 27 '24 15:12 humbinal