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

### Discussed in https://github.com/swagger-api/swagger-codegen/discussions/12428 In the following settings of an operation: ```yaml security: - petstore_auth: - write:pets - read:pets ``` it seems that only scheme name is retrieved, and the...

##### Description During update, we have encountered an issue regarding the generation of the ApiClient.class. Seems like swagger3 does not have the following issue fixed over from swagger2: https://github.com/swagger-api/swagger-codegen/issues/6226 and...

##### Description It doesn't appear that the defaultValue variable is being generated when generating models with the language swift4. ##### Swagger-codegen version 2.4.0 ##### Swagger declaration file content or url...

##### Description Compiling the following spec into a TypeScript-Fetch client results in invalid code. Specifically, the generated code contains ```TypeScript export interface GenericMap extends null { } ``` which the...

Issue: Bug
Swagger-Parser

##### Description When calling the code generation with my yaml, identifiers are created that start with a number. However, the go compiler interprets them wrongly. Example code: ``` /* *...

##### Description ``` wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.57/swagger-codegen-cli-3.0.57.jar -O swagger-codegen-cli.jar java -jar swagger-codegen-cli.jar generate -i https://github.com/unitycatalog/unitycatalog/blob/main/api/all.yaml -l rust Exception in thread "main" java.lang.RuntimeException: Can't load config class with name rust ``` ##### Swagger-codegen...

##### Description I expected the client generator to generate a package.json file for publishing it to NPM and installing dependencies / loading it as an Angular Module. But there has...

##### Description I have been trying out all the open api generators for Golang that I can find, and I noticed that the client sdk created by this project (swagger-codegen)...

Issue: Bug
P2
pull-request-welcome

##### Description The link to the swagger-codegen-maven-plugin documentation (https://github.com/swagger-api/swagger-codegen/blob/3.0.0/docs/modules/swagger-codegen-maven-plugin/README.md) on https://github.com/swagger-api/swagger-codegen/blob/3.0.0/docs/workflow-integration.md is broken. ##### Swagger-codegen version N/A ##### Swagger declaration file content or url N/A ##### Command line used for...

##### Description I am from EKS team, for some EKS clusters where cuatomers are using `Swagger-Codegen/` we have observed this user-agent `Swagger-Codegen/1.0-SNAPSHOT/java` defaults to using global STS endpoint rather than...