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

##### Description I am using Java client codegen to generate client code. I don't want it to generate an API class for each tag present in my operations. Is there...

##### Description The `resttemplate` module [relies on spring Base64Utils](https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/main/resources/Java/libraries/resttemplate/auth/HttpBasicAuth.mustache#L7). But latest version of the framework [have deprecated it](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/Base64Utils.html), suggesting to use [Base64 from the stdlib](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Base64.html). ##### Swagger-codegen version I'm using...

Based on an OpenAPI 3.0 schema, can an MCP([Model Context Protocol] server be generated? If not currently supported, are there any plans or suggestions for support?

The `value.replaceAll` here needs to be `var.replaceAll`, or all of the previous processing of `var` is ignored. IntelliJ generates a warning (unused assignment) for this. This breaks enums with empty...

Language: rust

### 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: kotlin

## Reproduce - generate code ## I expect - code to be generated ## Instead See https://github.com/swagger-api/swagger-codegen/issues/7361 ### Description of the PR use py36

Language: python

## Reproduce - run connexion with python 3.5 ## I expect - code to be generated ## Instead - https://github.com/swagger-api/swagger-codegen/issues/7361 ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md)....

Language: python

…!= to avoid clashes. See Issue #8236 ### 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...

Engine

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

Language: swift