oapi-codegen
oapi-codegen copied to clipboard
Generate Go client and server boilerplate from OpenAPI 3 specifications
Hello thanks for building and supporting this incredibly useful software :hugs: I'm able to generate OAPI3 specs into a server for a single spec. However, when I add 2+ specs...
Working on a fix, but providing failing test case until then.
This is a starter on what functions to add from the sprig template funcs. This resolves parts of #1536, as it provides atleast a starting point. This is a draft...
To allow controlling what actually gets returned
I'd like to integrate models and types with a custom (in-house built) framework. In order to do that, I'd like to generate custom marshaler/unmarshaler functions. It would be nice if...
When generating a Strict Server interface with a type that has fields, as well as `additionalProperties`, the `additionalProperties` don't get marshalled. **Failing test** https://github.com/deepmap/oapi-codegen/pull/1579 **Cause** For a type with fields...
Reproduction for https://github.com/deepmap/oapi-codegen/issues/1578