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

It looks like when `skip-optional-pointer` is set and a propery has `oneOf` it is generated as a pointer anyway so the global setting is ignored. Luckily, setting it locally works....

The generated code uses Go's standard `net/url` library for Query parameters encoding. The generated code contains the following line: ```go queryURL.RawQuery = queryValues.Encode() ``` Which calls to the `func (v...

When using oapi-codegen to generate code from https://openapi.logto.io/, I encountered this error: ``` error generating code: error creating operation definitions: error generating body definitions: error generating request body definition: error...