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 The maven plugin seems to re-generate files each time you re-run maven, no matter whether the input sepc file is changed (i.e. the last modification time is newer...
##### Description The codegen plugin currently always re-generates code, even though neither the plugin configuration nor the input specification file changed. This results in later Maven build steps to be...
Regression v2.3.1 to v2.4.41 **Problem** - In v2.3.1 when Swagger CodeGen generates a child Java DTO class that inherits the fields of a parent class, the child class does not...
When using binary string responses under Python 3, the encoding defaults to UTF8 which is incompatible with binary data. This looks to stem from Python 3 having `str` default to...
##### Description When executing the following command: ```java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i ../swagger.json -l html2 -o target``` The following exception occurs, no mather which language (-l) is exported to: ```14:39:18.925...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [ ] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For...
##### Description The code generated contains arrays like `$swaggerTypes` as members of Model types but the arrays do not seem to contain any commas to seperate different key value pairs...
I have deployed a NestJS backend on an AWS EC2 instance. The Swagger UI is accessible, but when I try to hit the API using Swagger, I receive the following...
Docker image : latest **Issue :** **Unable** to generate code from **OpenAPI v3** documentation file. The command that i used is : ```shell docker run --rm -v .:/app swaggerapi/swagger-codegen-cli generate...
##### Description I have two API specs, but the generator for python produces the same module name (openapi_client) for each one. I need to import both into a project. How...