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

major browsers support [init.signal parameter](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API#browser_compatibility), and the [whatwg-fetch package supports it ](https://github.com/JakeChampion/fetch/blob/ba5cf1ed2e02ebb96fa1e60b4fd2eb04071b60e4/fetch.js#L369) and so does the [node-fetch package](https://github.com/node-fetch/node-fetch?tab=readme-ov-file#options) which are the two packages used in generated fetch calls exposing this...

Some java generators generated wrong, not compiling code, when using the option `useOneOfInterfaces`. The bug was caused by old/wrong `model.mustache`files without the part supporting the `useOneOfInterfaces` option. These clients were...

According to the [documentation](https://openapi-generator.tech/docs/generators/spring/) the `spring` generator adds the `@ResponseStatus` annotation when `useResponseEntity` is disabled. It would be useful to have a similar config option for the `jaxrs-spec` generator (according...

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

Issue: Bug

I have noticed that when using the Spring generator, the API interface file would contain @RequestMapping(method = RequestMethod.) annotation. This would isn't exactly an issue but would be a code...

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

Issue: Bug

### Is your feature request related to a problem? Please describe. I'm not sure if I'm missing some kind of config, but currently, when I generate an axios typescript sdk,...

Enhancement: Feature

Related to this [issue](https://github.com/OpenAPITools/openapi-generator/issues/21227) @jaumard ### 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...

Client: Dart
Enhancement: Feature

TypeScript generator lacks support for signing apis with AWS v4 generator. This generator lacks `withAWSV4Signature` which indicates whether to include AWS v4 signature support. This feature is available in Go...

Enhancement: Feature

Add AWS v4 signature support to `typescript-axios` client generator by making use of https://github.com/jamesmbourne/aws4-axios. Addresses request #7034. ## Example ### OpenAPI Definition ```yml components: sigv4: type: apiKey name: Authorization in:...