swagger-codegen
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.
…Specification DSL, so the podDocsetURL swift4 config option can be removed. ### 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...
Allow setting `.iso8601` or custom `DateFormatter` as date decoding strategy. ### 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...
### 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....
I'm not sure if this is the best place to raise this, but here goes... https://github.com/int128/gradle-swagger-generator-plugin is referenced in several places in the docs as the recommended plugin for Gradle...
### 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,...
##### Description The current `typescript-fetch` templates do not generate type aliases for `anyOf` or `oneOf`. It currently only generates an empty interface. ##### Swagger-codegen version 3.0.0 ##### Swagger declaration file...
This PR has to be done with this https://github.com/swagger-api/swagger-codegen-generators/pull/1385 Description of the PR This PR will Fix https://github.com/swagger-api/swagger-codegen/issues/12635
## Description Using `typeMappings` I cannot specify a class with in-built support due to reserved word checking. The OpenAPI specification defined "date-time" as a format value for strings, but that...
## Description We want to have the same behavior as open-api-generator, Fix Generating Object class attribute when having embedded allOf schema ## Swagger Codegen Version io.swagger.codegen.v3 swagger-codegen-maven-plugin 3.0.73 generationSwaggerInfoModule generate-sources...
##### Description I am using the Swagger Codegen to generate a JAVA client to request a Spring Boot API. This API provides a POST web service which takes a **JSON**...