fiber
fiber copied to clipboard
🤗 [Question]: Is it possible to support the use of openapi3 libraries
Question Description
Is it possible to support the use of openapi3 libraries https://github.com/getkin/kin-openapi
Checklist:
- [X] I agree to follow Fiber's Code of Conduct.
- [X] I have checked for existing issues that describe my questions prior to opening this one.
- [X] I understand that improperly formatted questions may be closed without explanation.
@qmdx We officially support using swaggo via the official Swagger Middleware. See the middleware here https://github.com/gofiber/swagger
@qmdx Does that answer your question?