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

Enhancement: Feature
Server: Java
Language: java

Codegen doesn't generate class when an object defined with an empty properties list. When an object named risk property defined with empty properties list generator defines it as java.lang.Object. But...

Issue: Invalid spec
Feature: Codegen
Engine

- add new hook to codegen config: postProcessFileContents that is invoked after the file contents are generated from the template but before they are written to the file. Default is...

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. (For instance, only need...

Server: Java
Enhancement: General
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,...

Language: java

this adds two boolean flags simpleFluentPattern and collectionFluentPattern for the spring language generator. Both default to true which is the current behavior today. This is probably applicable to anything that...

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

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

Client: PHP
Enhancement: General
Language: php

### 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: python

Fixes #6896 Depends upon https://github.com/swagger-api/swagger-parser/pull/573 ### 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...

Enhancement: General
Feature: Codegen
Engine