openapi-generator
openapi-generator copied to clipboard
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Implements proposed solution from #18742. ApiClient.valueToString is used instead of String.valueOf to ensure correct formatting of OffsetDateTime objects. ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
It's part of this issue.(https://github.com/OpenAPITools/openapi-generator/issues/12256) **Change details** - Added the ability to skip importing primitive types. - Created private functions for primitive types according to existing naming. ``` openapi: 3.0.1...
Displaying a rescue'd ApiError causes a compile-time error using crystal-lang v1.12.1. The `@message` instance variable is defined as `String | Nil`; however, even with a `.nil?` check, the variable causes...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
##### Description I am using openapi-codegen version 4.2.2 and openapi specification 3.0.0 on a Windows 10 Enterprise 64bit system to generate a java server API from a yaml file. I...
##### Description When building with Feign, the generated code can not be compiled because of the missing OAuth.class on the classpath. When in the JavaClientCodegen.java the classes `OauthPasswordGrant.java` and `OauthClientCredentialsGrant.java`...
### Is your feature request related to a problem? Please describe. The go generator currently doesn't support any form of string validation. OpenAPI has a pattern parameter on properties that...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...