From d357b0bc1bd9144957052c27c148384309f0621b Mon Sep 17 00:00:00 2001 From: Ahmad Faiz Kamaludin Date: Thu, 6 Nov 2025 17:55:35 +0700 Subject: [PATCH] docs: add echoopenapi as thirparty middleware --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a920e875..f0c373096 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ of middlewares in this list. | [github.com/darkweak/souin/plugins/echo](https://github.com/darkweak/souin/tree/master/plugins/echo) | HTTP cache system based on [Souin](https://github.com/darkweak/souin) to automatically get your endpoints cached. It supports some distributed and non-distributed storage systems depending your needs. | | [github.com/mikestefanello/pagoda](https://github.com/mikestefanello/pagoda) | Rapid, easy full-stack web development starter kit built with Echo. | | [github.com/go-woo/protoc-gen-echo](https://github.com/go-woo/protoc-gen-echo) | ProtoBuf generate Echo server side code | +| [github.com/oaswrap/spec/adapter/echopenapi](https://github.com/oaswrap/spec/tree/main/adapter/echoopenapi) | Echo adapter for OpenAPI 3.x specification generation with automatic route documentation. | Please send a PR to add your own library here.