oapi-codegen icon indicating copy to clipboard operation
oapi-codegen copied to clipboard

Generate Go client and server boilerplate from OpenAPI 3 specifications

Results 633 oapi-codegen issues
Sort by recently updated
recently updated
newest added

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...

enhancement
has-workaround

Working on a fix, but providing failing test case until then.

reproduction:provided

If the underlying server doesn't do it?

enhancement

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

server:strict

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...

documentation

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