https://github.com/oaswrap/ginopenapi
Adapter for Gin to generate OpenAPI 3.x docs from your routes.
https://github.com/oaswrap/ginopenapi
api api-documentation gin go golang oas oas3 openapi openapi3 swagger
Last synced: 4 months ago
JSON representation
Adapter for Gin to generate OpenAPI 3.x docs from your routes.
- Host: GitHub
- URL: https://github.com/oaswrap/ginopenapi
- Owner: oaswrap
- License: mit
- Created: 2025-07-31T16:15:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T00:08:11.000Z (6 months ago)
- Last Synced: 2025-08-01T02:27:30.272Z (6 months ago)
- Topics: api, api-documentation, gin, go, golang, oas, oas3, openapi, openapi3, swagger
- Language: Go
- Homepage: https://pkg.go.dev/github.com/oaswrap/ginopenapi
- Size: 47.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📦 [DEPRECATED] `oaswrap/ginopenapi`
> **⚠️ This repository is archived.**
The `oaswrap/ginopenapi` adapter has been **migrated to the official mono-repo**:
👉 **New location:** [`github.com/oaswrap/spec/adapters/ginopenapi`](https://github.com/oaswrap/spec)
## 📚 Why was this moved?
To simplify development and versioning, **`oaswrap`** now uses a **monorepo**:
- ✅ The **core OpenAPI spec generator** and **framework adapters** (Gin, Fiber, Echo, etc.) live together.
- ✅ All adapters share the same version and commit.
- ✅ Easier contributions and issue tracking.
## 🚀 How to use the new adapter
In your `go.mod`:
```go
require (
github.com/oaswrap/spec v0.2.0
github.com/oaswrap/spec/adapters/ginopenapi v0.0.0-
)
```