With 50+ client generators, you can easily generate code to interact with any server which exposes an OpenAPI document. Maintainers of APIs may also automatically generate and distribute clients as part of official SDKs. Each client supports different options and features, but all templates can be replaced with your own Mustache-based templates. Getting started with server development can be tough, especially if you're evaluating technologies. We can reduce the burden when you bring your own OpenAPI document. Some generators support Inversion of Control, allowing you to iterate on design via your OpenAPI document without worrying about blowing away your entire domain layer when you regenerate code. Ever wanted to iteratively design a MySQL database, but writing table declarations was too tedious? OpenAPI documents allow you to convert the metadata about your API into some other format.
Features
- We support generating from OpenAPI 2.0 to newer JSON/YAML OpenAPI 3.x documents.
- We include documentation formats such as HTML and Cwiki, which allow you to distribute static documentation to your consumers
- You can easily extend generators and their templates to create derivative generators
- OpenAPI Generator supports many different integrations and use caseOpenAPI Generator supports many different integrations and use cases
- Generation also allows for easy customization via options
- Custom templates and custom generators