swagger-codegen
swagger-codegen copied to clipboard
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
##### Description No matter what the combination of network settings and ip/dns used there is no way to have the cli call out to the host for a swagger.json served...
##### Description The qt5cpp code generated for arrays of integers appears incorrect. java -jar swagger-codegen-cli.jar generate -i Test.yaml -l qt5cpp -o out definitions: Test: description: A test case properties: title:...
Hi, Im having an issue. I am generating a json swagger into a ruby gem, the swagger JSOn contains Enum data type. The generated class that has an Enum data...
##### Description When an OpenAPI model has a property with the name "_", the property in the generated model is renamed to "_u" when "modelPropertyNaming" is set to "original" and...
##### Description This may be a dumb question, or maybe I'm just doing it wrong, but I'm unable to get the Swagger code generator to work out-of-the-box to generate Bash...
##### Description Swagger-codegen is generating duplicate methods in a class when multiple request bodies are defined. This seems to only happen when the title and/or description is included in the...
This is only actual for examples of API parameters provided in the yaml file. Examples for models properties are working fine. For example, this code ```java @Override public void postProcessParameter(CodegenParameter...
##### Description The Spring generator doesn't deal correctly with default responses. When setting a 200 response and a default response in the yaml file, the generator creates just 2 `@ApiResponse`...
##### Description The pojo.mustache template used for Java models always includes equals, hashcode and toString methods. There may be occurrences when they are not relevant, or we don't want them...
##### Description The Template URL provided in the php-silex README.mustache file generate a 404 error ##### Swagger-codegen version ##### Swagger declaration file content or url ##### Command line used for...