jbowes/oag
Idiomatic Go (Golang) client package generation from OpenAPI documents
This tool helps Go (Golang) developers quickly create client packages for interacting with REST APIs. You provide an OpenAPI document (like a blueprint for an API), and it generates well-structured, idiomatic Go code. This generated code allows your Go application to easily send requests to and receive data from that API.
No commits in the last 6 months.
Use this if you are a Go developer who needs to build an application that communicates with a REST API defined by an OpenAPI 2.0 (or soon, 3.0.0) document.
Not ideal if you are not a Go developer, or if your API does not have an OpenAPI specification.
Stars
52
Forks
5
Language
Go
License
MIT
Category
Last pushed
Feb 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/jbowes/oag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.