oapi-codegen
oapi-codegen copied to clipboard
Generate Go client and server boilerplate from OpenAPI 3 specifications
I quite like the way they do it - one type per field, and a `Type string` to indicate what it is (More details TBC)
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,...
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...
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) ๐...
Ie https://github.com/oapi-codegen/oapi-codegen/issues/1669 leads to no code first approach
Generated invalid line: ``` v.Myvar = "none" ``` Definition: ``` Myvar *string `json:"my_var,omitempty"` ``` JSON Open API definition, related part: ``` "A" : { "type" : "object", "properties" : {...