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

Since version 6.0.0 an optional parameter `operationIndex` is being automatically added to all calls in _csharp-netcore_ - and possibly other* - client side SDK code. Eg /// Get a list...

Enhancement: Feature

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

Issue: Bug

This PR for Rust-Server contains a resolution for issue 18599 (Bearer/oAuth-token parsing missing). The solution also covers api-key and Basic (user-password) authentication. The bearer, api-key and basic-token parsing are included...

If the parameter type is an map or a list an invalid python was producted, for example: `body: = Body(None, description=""),` This PR use function postProcessOperationsWithModels of AbstracPythonCodegen in order...

Bumps [s4u/setup-maven-action](https://github.com/s4u/setup-maven-action) from 1.12.0 to 1.13.0. Release notes Sourced from s4u/setup-maven-action's releases. v1.13.0 What's Changed :fire: New features Use zulu java distribution as default (#79) @​slawekjaranowski Pin composed actions to...

dependencies
github_actions

While implementing a `POST` body. I want to return status of `201 Created` along with the `URI`. However, how do i get the `request-path` in the first place.. ```java @Override...

Issue: Bug

##### Description There is a problem with java generator, when there is object that has couple of properties and then there is another object that extends with allOf and providing...

Issue: Bug

Added a new generator to generate WireMock stubs using Kotlin. Tested manually with WireMock as well. ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title...

Enhancement: New generator
Server: Kotlin

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? -...

Issue: Bug