openapi-generator-go
openapi-generator-go copied to clipboard
An opinionated OpenAPI v3 code generator for Go. Use this to generate API models and router scaffolding.
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed Changes feat: add support for pull_request_target and only-new-issues by @kovetskiy in golangci/golangci-lint-action#506 feat: add option...
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.89.0 to 0.124.0. Release notes Sourced from github.com/getkin/kin-openapi's releases. v0.124.0 What's Changed ci: make sure go-run'ing binaries works by @fenollp in getkin/kin-openapi#894 Make the JSON body decode...
This PR implements support for the "default" property. The implementation details are as follow: - Object: the provided value is used as JSON and will be unmarshaled to an Object...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @SuperQ in stretchr/testify#1394 Document that require is not safe to...
The current implementation ignores default values. I would like to suggest the following changes: - Add const for value types for their default value, example for a named integer: ```Go...
This package has everything I would ever want in a OpenAPI code generator for Golang but the package doesn't leave a lot of room for flexibility. Adding something like `x-go-type`...
The description is not always generated the same way for a field with a `allOf` type.
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.89.0 to 0.127.0. Release notes Sourced from github.com/getkin/kin-openapi's releases. v0.127.0 What's Changed openapi3: include local reference parts in refPath saved by @percivalalb in getkin/kin-openapi#978 fix: update type:...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6. Release notes Sourced from goreleaser/goreleaser-action's releases. v6.0.0 [!WARNING] This is a breaking change! Follow the instructions here to upgrade! What's Changed feat!: use "~>...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.1 ✨ Features Add env variable to suppress completion descriptions on create by @scop in spf13/cobra#1938 🐛 Bug...