oa3 generates HTTP endpoint stubs and supporting models from OpenAPI 3 specs.
Requirements
Golang >=1.18
git
Getting Started using oa3
go install github.com/aarondl/oa3@latest
./oa3 <your_favorite_generator>
Getting Started developing on oa3
go build
go test
./oa3 --help
Examples
Coming Soon™. Currently as there are no examples you can look at the testdata
directories of your favorite language where generally you will find a test
openapi yaml spec as well as the generated files for that yaml.
Parameters
This is an exhaustive list of things that are supported as a paremeter by each
generator.