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

Is swagger codegen compatible and working with JDK17

##### Description When I generate the java client for -library=resttemplate, I can inject the OAUth2 resttemplate into the generated ApiClient, and do not need to worry about the dealing with...

##### Description The generated PHP client code for the DTO in Java with the Swagger annotation is incorrect. The error occurs due to the improper handling of the nested map...

##### Description `typescript-angular`'s `canConsumeForm` can be simplified ##### Swagger-codegen version 3.X ##### Suggest a fix/enhancement https://github.com/swagger-api/swagger-codegen/blob/2c5329a3af70c6ea5b42bab9b01d348b5674f605/modules/swagger-codegen/src/main/resources/typescript-angular/api.service.mustache#L77-L85 `canConsumeForm` is equivalent to just `return consumes.includes('multipart/form-data');` ``` /** * @param consumes string[] mime-types...

##### Description T.L.D.R.: The selectHeaderAccept is removing values of the accept header When working in JAVA and generating code using swagger-codegen-maven-plugin, the code generated contains in ApiClient.java the method `public...

Description: I have encountered an issue with the Swagger Codegen in a Flask server environment, specifically related to the Python package connexion. The problem arises when using connexion version 3.0.0...

Added proxy headers option for urllib3. Added this in configuration object and Rest Client Object. This is regarding a PR in Kubernetes client and addresses this issue. https://github.com/kubernetes-client/python/issues/735. And related...

##### Description When creating a C# client with swagger-codegen-cli, if the user passes a config file with `sourceFolder` to any path other than the default then swagger-codegen-cli still outputs the...

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

##### Description Python generation doesn't include a SOCKS proxy connection manager in the rest connector ##### Swagger-codegen version 2.4.0 ##### Suggest a fix/enhancement In the generated python code, rest.py in...