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

I quite like the way they do it - one type per field, and a `Type string` to indicate what it is (More details TBC)

area:*of

To get faster feedback on the validity of a config file, on top of what can be done with JSON Schema May not end up giving us a smaller binary,...

enhancement

This previous problem has created a new problem for echo strict #1132 I create an api response with a header and a "text/plain" content. When my api is generated with...

bug
server:strict

Via Speakeasy's SDKs, the repo's `.gitattributes`: ``` # This allows generated code to be indexed correctly *.go linguist-generated=false ```

Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.49.1 to 2.52.5. Release notes Sourced from github.com/gofiber/fiber/v2's releases. v2.52.5 ๐Ÿ‘ฎ Security https://docs.gofiber.io/api/middleware/session ๐Ÿงน Updates Middleware/session: Remove extra release and aquire ctx calls in session_test.go (#3043) ๐Ÿ›...

dependencies

Ie https://github.com/oapi-codegen/oapi-codegen/issues/1669 leads to no code first approach

documentation

Generated invalid line: ``` v.Myvar = "none" ``` Definition: ``` Myvar *string `json:"my_var,omitempty"` ``` JSON Open API definition, related part: ``` "A" : { "type" : "object", "properties" : {...

https://gofr.dev/

new server