An open API service indexing awesome lists of open source software.

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.

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-
)
```