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.
This won't overwrite the Content-Type if already specified, see #4978. This allows the client to define the Content-Type of the request without overwriting it. The service definition must declare the...
### PR checklist - [x] Read the [contribution guildelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [x] Ran the shell/batch script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...
### PR checklist - [x] Read the [contribution guildelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [x] Ran the shell/batch script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...
### PR checklist - [X] Read the [contribution guildelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [X] Ran the shell/batch script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...
Fixes several issues in ExampleGenerator: - Incorrect float & double generation (values taken from DecimalProperty) Definition: ``` "Test" : { "type" : "object", "properties" : { "pFloat" : { "type"...
In some cases the server can return a date in timestamp format instead of ISO8601. That is a valid date format that can be either 10 or 14 digits respectfully...
…n by environment variables and restoring them when done
### 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,...