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

The Header values within the ApiResponse class where all "System.String[]". (The string, not a real string array) With this fix it has the correct header values. Also added an option...

Issue: Bug
Client: C-Sharp
Language: c#

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

Engine

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

Engine

Before this change, POJOs where generated without regular constructors.This would mean you have to use the default constructor and setters or builder-style methods. This is problematic when trying to make...

Enhancement: Feature
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,...

Issue: Bug
Client: Java
Feature: Enum
Language: java

Two commits: 1. Added description to Operation. The API includes a description so swagger-codegen only needs to store the content. 2. To add generic support files to a code generation...

Enhancement: Feature
Feature: Codegen
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,...

Server: Nodejs
Enhancement: General
Language: javascript

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

Issue: Bug
Client: JavaScript/Node.js
Language: javascript

… supplying BearerProvider, ApiClient supports RequestDecorator ### 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...

Enhancement: Feature
Client: Java
Language: java

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

Enhancement: Feature
Client: Java