A collection of custom Mustache templates for generating Ruby clients from OpenAPI specifications using the OpenAPI Generator tool.
./generate.sh path/to/your-api-spec.yaml output/directory 1.0.0config.yml: OpenAPI Generator configurationgenerate.sh: Convenience script for generationtemplates/: Mustache template files
- OpenAPI Generator: The main code generation tool
- OpenAPI Specification: API specification format
- Ruby SDK Examples
For issues related to:
- Template bugs: Open an issue in this repository
- OpenAPI Generator: Check the OpenAPI Generator documentation