Interface CodegenService
- All Known Implementing Classes:
SuperUserOpenApiCodegenService
public interface CodegenService
Interface for code generation services
-
Method Summary
-
Method Details
-
generateCore
Generates the Elements Core APIs and returns a zip file containing the generated code- Parameters:
spec- The file containing the generated OpenAPI speclanguage- The language to generateoptions- Any options to pass to the generator- Returns:
- The file that will contain the compressed contents after code generation
-