openapi-generator-go

An opinionated OpenAPI v3 code generator for Go. Use this to generate API models and router scaffolding.

MIT License

Stars
106
Committers
11

Bot releases are hidden (Show)

openapi-generator-go - v0.10.1

Published by contiamo-ci about 3 years ago

Bug Fixes

openapi-generator-go - v0.10.0

Published by contiamo-ci over 3 years ago

Features

  • Add From* methods to set oneOf data models (#45) (4bc1140)
openapi-generator-go - v0.9.0

Published by contiamo-ci over 3 years ago

⚠ BREAKING CHANGES

  • add convert functions for toplevel oneofs. (#41)

Features

  • add convert functions for toplevel oneofs. (#41) (93d7cc8)
openapi-generator-go - v0.8.1

Published by contiamo-ci over 3 years ago

Bug Fixes

  • Allow responses section in components to be omitted (#39) (30398af)
  • use interface for oneOf (#36) (6bda6b3)
openapi-generator-go - v0.8.0

Published by LucasRoesler over 3 years ago

openapi-generator-go - Generate setters with pointer receiver

Published by rdner over 3 years ago

openapi-generator-go - fix required validation

Published by trusch over 3 years ago

This only requires non-empty strings for properties that are in the required list of an object if they have explicit a length > 0. This includes enums.

openapi-generator-go - Recursive validation

Published by rdner over 3 years ago

openapi-generator-go - Add value type support

Published by rdner over 3 years ago

openapi-generator-go - Better recursive `allOf` and code revamp

Published by rdner over 3 years ago

openapi-generator-go - Excessive Elephant

Published by trusch over 3 years ago

d365c2f : [BREAKING] improve allof handling (#27) (by Tino Rusch)
b62392d : add support for generating query parameter models. (#20) (by Tino Rusch)
894014c : apply gofmt before writing the router to file. (#22) (by Tino Rusch)

openapi-generator-go - [BREAKING] Enforce proper casing for `operationId` and `x-handler-group`

Published by rdner over 3 years ago

openapi-generator-go - Fix nil pointer

Published by rdner over 3 years ago

openapi-generator-go - Some fixes

Published by rdner over 3 years ago

  • Add support for anonymous endpoint body model
  • Fix code generation for a enum with a single value
openapi-generator-go - v0.3.0

Published by LucasRoesler over 3 years ago

openapi-generator-go - Dope Donkey

Published by trusch over 3 years ago

This is a minor release adding the possibility to generate toplevel map[string]Something models.

openapi-generator-go - Conscious Chimpanzee

Published by trusch almost 4 years ago

  • default to 32 bit numbers to not cause problems when serializing via json
openapi-generator-go - Bright Beaver

Published by trusch almost 4 years ago

Unification of the model generators + validation!

openapi-generator-go - Alternative Alpaca

Published by trusch almost 4 years ago

This is the first release of our openapi-generator.

Package Rankings
Top 6.03% on Proxy.golang.org
Related Projects