From d73fcec20d51f9c428ec93cd043f4bb6ce1fbd4f Mon Sep 17 00:00:00 2001 From: Ahmad Faiz Kamaludin Date: Wed, 5 Nov 2025 23:48:35 +0700 Subject: [PATCH] docs: add fiberopenapi at thirdparty fiber --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4684bb5..5b022fb 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ List of middlewares that are created by the Fiber community. - [newrelic/go-agent](https://github.com/newrelic/go-agent/tree/master/v3/integrations/nrfiber) - Official New Relic middleware for Fiber that manages instrumentation for New Relic monitoring. - [narmadaweb/limiter](https://github.com/narmadaweb/limiter) - A high-performance Redis-backed rate limiter middleware for Fiber, supporting fixed window, sliding window, and token bucket algorithms. - [narmadaweb/gonify](https://github.com/narmadaweb/gonify) - Fiber Minifying middleware for HTML5, CSS3, JavaScript, Json, XML and SVG. +- [oaswrap/fiberopenapi](https://github.com/oaswrap/spec/tree/main/adapter/fiberopenapi) - Fiber adapter for OpenAPI 3.x specification generation with automatic route documentation. ## 🚧 Boilerplates