openapi-generator
https://github.com/openapitools/openapi-generator
Java
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported42 Subscribers
View all SubscribersAdd a CodeTriage badge to openapi-generator
Help out
- Issues
- [BUG] allOf-inherited "any type" additionalProperties map degrades to free-form object
- [BUG] Inline request-body schema silently overwrites a spec-defined schema with a mangled-equal name
- [BUG] allOf member with properties + a validation keyword is silently dropped, losing its properties
- fix: keep allOf members that have properties alongside a validation keyword
- [BUG][typescript-fetch] any-typed multipart form parameter emits unqualified anyToJSON (does not compile)
- fix(typescript-fetch): qualify anyToJSON for any-typed form parameters
- [BUG][Spring] Model named Tag collides with @Tag annotation import, generated code does not compile
- fix(spring): avoid duplicate Tag import when a model is named Tag
- fix: keep allOf-inherited "any type" maps from degrading to free-form object
- fix(openapi-yaml): localize nested multi-file component $refs
- Docs
- Java not yet supported