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)
Fixes #19577   Actual change is modules/openapi-generator/src/main/resources/JavaJaxRS/spec/pojo.mustache Other files diff is the result of updating the samples ### PR checklist - [X] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [X] Pull...
Good morning, my swagger json is without operationId.. (I cannot change it, it is from external company).. It looks this way: And method generated by openapitool looks this way: backEndAdministrationGetTenantRolesAndGroupsPost....
* Related to #17876, this is the `rust-server` half. Short version: 1. This likely should've been done against the `8.0.x` branch, but I began the branch off `master`, and I...
# Summary Using the `dart-dio` generator against a response of `type:string`, `format:binary`, would result in a `MultipartFile` return type. This causes the `deserialize` function to fail. This PR takes inspiration...
Fixes: https://github.com/OpenAPITools/openapi-generator/issues/21335 ### 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 provides details...
Recreating #21199 as it turns out one can't reopen a PR after force-pushing to its branch. - Add support for flat object query parameters. - Expand `objectQueryParam.yaml` to cover both...
### 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 provides details about how...
Typescript 5.8 added a new flag that optionally removes support for non-erasable syntax. This facilitates running Typescript directly in node 22 without transpiling. This PR adds a new configuration option...
This changes the default value for `disallowAdditionalPropertiesIfNotPresent` from `true` to `false`, which means that the generator will now, by default, produce code that complies OpenAPI standards with respect to the...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator? - [x]...