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

If you have a field marked as readOnly in your schema, the Java code generator still renders a set Method. For example: "uri": { "description": "URI of the object", "type":...

Enhancement: General

##### Description Swagger is generating a file with syntax errors when retrofit2 is used since v3.0.52. This seems to be caused by a duplicated if statement: ``` // 401/403 most...

Hi, Somewhere in the generated api_client.py __deserialize code the returned JSON: {'key:top': [{'name': 'Gunnar', 'surname': 'Green', 'age': 34, 'shoe-size': 47}]} is wrongly converted to: {'keytop': [{'age': 34, 'name': 'Gunnar', 'shoe_size':...

OS: macOS to Reproduce: ```bash brew install swagger-codegen swagger-codegen generate -i /path/to/openapi.yaml -l rust -o . ``` output ```console 22:41:59.073 [main] INFO i.s.c.v.g.t.AbstractTypeScriptClientCodegen - Template folder: null 22:41:59.073 [main] INFO...

A pull request following ticket #3194, Imports don't support nested Arrays and Maps.

Issue: Bug

Resubmission of #1093 now targetting `master` in line with @wing328's suggestion. This now builds on #1099 / #1100 / #1101 which the essential fix of the same problem, but this...

Server: Java
Language: java

### 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,...

Language: typescript

### 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,...

Language: java

### 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,...

Issue: Bug
Client: PHP
Language: php

### PR checklist [+] 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 instance, only need...

Engine