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)
Within invite_api.rs and members_api.rs MemberRole is being used but is not being imported. `use crate::models::MemberRole;` is missing. ##### openapi-generator version 6.2.0 ##### OpenAPI declaration file content or url Gist containing...
The following yaml produces a model which is composed of itself resulting in a circular reference. This was not an issue in v6.0.0-beta 914b539eea7097ad2b4323d20c8f95144782cb68. It seems to be caused by...
#### 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]...
This PR should fix #13677 The idea is to allow the handling of supporting files test like it is done for models and API. With the PR we can do...
Closes https://github.com/OpenAPITools/openapi-generator/issues/13588 Hi team. The following error occurred while generating a k6 scenario from oas using openapi-generator-cli version 6.2.0. ```log Exception in thread "main" java.lang.RuntimeException: Could not process model 'CommonSiteLink'.Please...
#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - [X] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/FAQ#how-to-test-with-the-latest-master-of-openapi-generator) to confirm the issue still...
Adds option in the kotlin-jackson model generator to generate deserializers. By using generated deserializers instead of reflection based deserialization, we can achieve approximatly 3x speedup Resolves #13266 ## Attn Kotlin...
This small change fixes multiple issues. -Underscored variables are usually for private fields. Its pretty unusual to use it for anything else -Previously, only CodegenModel#vars was getting the property names...
Mitigates https://github.com/OpenAPITools/openapi-generator/issues/9727 and https://github.com/OpenAPITools/openapi-generator/issues/13678 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description...
#### 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]...