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

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

Client: TypeScript
Enhancement: General
Language: typescript

### 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 can verify the change. (For...

Engine

Description of the PR Code generation on operation that return object in "nested" array/map does not add the required definition to the import list. This revised patch address the issue...

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

### 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
Server: Java
Server: Spring
Language: java

### Description of the PR Code generation on operation that return object in "nested" array/map does not add the required definition to the import list. This patch address the issue...

Enhancement: Feature
Feature: Codegen
Engine

This PR supports the changes made in: The Response attribute schema, has been change from property to model, this is a big change and affects the projects below, including codegen....

Enhancement: Feature
Feature: Codegen
Engine

### 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 can verify the change. (For...

Server: Java
Enhancement: General
Language: java

### Description of the PR Split each API method in half to add a public facing `_operation_RequestOptions()` method. The purpose of this method is to queue everything up ready to...

Client: TypeScript
Enhancement: General
Language: typescript

the enumeration is written in Cyrillic ### 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...

Engine