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 want to add a new option for those generating C# Client code that uses Flurl as the HttpRequest mechanism. There is one here that uses what is...

### Content & configuration / ### Is your feature request related to a problem? No ### Describe the solution you'd like *Swagger Editor* provides an option to generate client-side JS...

mocha 2.3.4 contains multiple vulnerabilities. ### 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...

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

##### Description When defining a query param with `type object`, `style: form` and `explode: true` the wrong invoker code is generated: ```java @ApiOperation(value = "", nickname = "getBooks", notes =...

##### Description The HTML2 doc generated from our APIs contains the following errors: 1. The capitalization is incorrect in the HTML2 output and does not match the API. 2. The...

Set TLS 1.2 in ApiClient I'm trying to set TLSv1.2 protocol in ApiClient but I didn't find any key to set up in pom.xml. Is that configurable? ##### Swagger-codegen version...

##### Description When I generate models with enums that include underscores, the enum variable gets trimmed. This is causing other code dependent on the model to not compile since it...

##### Description I am seeing what appears to be a regression with the swagger codegen releases 2.2.x, compared to 2.1.6 which behaves correctly. If I define enums in the yml...

##### Description Hi, the code I generated from swagger spec is throwing a tsc error. The reason is that the model class, DocumentTreeNodeDto, has a field childNodes that is, of...