gofiber / fiber

⚡️ Express inspired web framework written in Go
https://gofiber.io
MIT License
33.12k stars 1.63k forks source link

🤗 [Question]: Is it possible to support the use of openapi3 libraries #3118

Open qmdx opened 2 weeks ago

qmdx commented 2 weeks ago

Question Description

Is it possible to support the use of openapi3 libraries https://github.com/getkin/kin-openapi

Checklist:

gaby commented 2 weeks ago

@qmdx We officially support using swaggo via the official Swagger Middleware. See the middleware here https://github.com/gofiber/swagger

gaby commented 1 week ago

@qmdx Does that answer your question?