openapi-generator icon indicating copy to clipboard operation
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)

Results 1209 openapi-generator issues
Sort by recently updated
recently updated
newest added

#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? --> `petstore_oas3_test.yaml` should produce the problem - [X] Have you validated the input using...

Client: Python
Issue: Bug

#### 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]...

Issue: Bug

I have started working on it and will soon create a PR(some refactor is still needed, testing and some more effort). For the module openapi-generator-online it would be useful if...

Enhancement: Feature

Can you please do the same fix you did here: (https://github.com/OpenAPITools/openapi-generator/pull/4774) but for typescript-fetch? I need it like you did in Angular, that you choose what to accept.

Issue: Bug

Generated Go Client code now uses time.RFC3339Nano instead of time.RFC3339, so we do not loose the millisecond resolution. Addresses https://github.com/OpenAPITools/openapi-generator/issues/18672 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). -...

#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? yes - [ ] Have you validated the input using an OpenAPI validator...

Issue: Bug

### Is your feature request related to a problem? Please describe. Some APIs when an error is returned they provides headers which are useful: example: https://learn.microsoft.com/en-us/rest/api/power-bi/#throttling But the code which...

Enhancement: Feature

We're using Typescript 5 in the project that uses the openapi-generator, but the generated package.json files claim only to support 4.x. This mostly doesn't cause practical problems, but it does...

##### Description Generated Go Client code will use `t.Format(time.RFC3339)` in the function `parameterAddToHeaderOrQuery`. This call will cause the time object to loose millisecond resolution when adding the query param to...

Issue: Bug

=============================================================================================== ### Introduces support for use of custom template helpers via an option to provide a JAR path =============================================================================================== ### Overview * Accept a new `additionalProperties` key `templatingEngineHelper` - a...