Generate Go code from OpenAPI YAML files.
Go to file
2020-10-15 08:25:24 +02:00
cmd Implement all but the funcs themselves 2020-10-14 09:03:51 +02:00
encode Fix: Ptr issues with POST/PUT bodies; Add nonempty query params only 2020-10-15 08:25:24 +02:00
openapi Fix: Ptr issues with POST/PUT bodies; Add nonempty query params only 2020-10-15 08:25:24 +02:00
.gitignore Add basic OpenAPI implementation and the ability to export schemas 2020-09-10 09:19:57 +02:00
go.mod Add basic OpenAPI implementation and the ability to export schemas 2020-09-10 09:19:57 +02:00
go.sum Add basic OpenAPI implementation and the ability to export schemas 2020-09-10 09:19:57 +02:00
opier.go Add basic OpenAPI implementation and the ability to export schemas 2020-09-10 09:19:57 +02:00
README.md Initialize repository 2020-09-08 09:22:31 +02:00

opier

Opier generates Go code from OpenAPI YAML files.