swagger-codegen icon indicating copy to clipboard operation
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.

Results 498 swagger-codegen issues
Sort by recently updated
recently updated
newest added

./mvnw clean package java -jar target/swagger-codegen-generators-1.0.35-SNAPSHOT.jar generate -g typescript-axios -i var/openapi.json -o assets/src/api-client/gen no main manifest attribute, in target/swagger-codegen-generators-1.0.35-SNAPSHOT.jar

##### Description The default python-server generated code does not work out of the box. When running the code against a fresh install environment, the server cannot be started, instead we...

##### In current okhttp4-gson codegen is using OkHttp 4.10.0 which has cve .Is there any workaround to use OkHttp 4.12.0 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-3635 ##### Swagger-codegen version ##### Swagger declaration file content or...

##### Description Since 3.0.47, a snake-cased discriminator property is generated twice in the Java client's serialized model. `application_type` is generated as `application_type` and `applicationType`. ##### Swagger-codegen version With 3.0.46, everything...

##### Description I am using the maven plugin to build from a swagger json spec. So my current issue is that in the model I get the "Allof" classes generated....

I can define common classes in a separate schema file: common.json { ... "components": { "schemas": { "FinancialContext": { ... } } } and then reuse it in many other...

##### Description ##### Swagger-codegen version Version 3.0.27. Python client generation (both urlliib3 and asyncio) ##### Swagger declaration file content or url Any swagger content. ##### Command line used for generation...

### 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 Our POJO has some fields which look like this ``` @Getter @Setter public class Error { String errorName; String errorCode; String error_code; } ``` Using mvn plugin we...

### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [x] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...