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)
#### 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? - [x] Have...
### Is your feature request related to a problem? Please describe. Api Client is generated with scopes that are comma separated and there is no way to change it. See...
#### 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? - [x] Have...
### Is your feature request related to a problem? Please describe. ```yaml responses: '200': description: '' content: application/json: schema: type:... '409': ... '500': ... ``` There are many responses in...
#### 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]...
#### 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? - [x] Have...
#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator? -...
### Is your feature request related to a problem? Please describe. I have a spec.yaml file with an object having two date attributes, but with a different format (once "yyyy-MM-dd"...
#### 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? - [x] Have...
fixes #22487 After inspection, it was found that, apart from spelling errors, jsob did not handle the style changes introduced in helidon v4 as jackson did. 1.Correct the spelling errors...