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

Make queryParams known to UriComponents builder so it can properly encode them Based on https://github.com/OpenAPITools/openapi-generator/pull/14131 To close #13393 ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [...

Client: Java
Issue: Bug

#2594, #14259 Adds same type of docs as for the javascript client generator to the generators:, typescript-axios and typescript-fetch. So far I worked mostley on the `typescript-axios` generator and will...

fix https://github.com/OpenAPITools/openapi-generator/issues/13705 (more detail on issue) Client is expected to use files as Map, where external key - is TemplateDefinition.templateFile, and internal map contains fieldNamevalue mapping for other fields in...

update ktor multiplatform serialization issue - OpenAPITools/openapi-generator#14044 ### 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...

Client: Kotlin
Issue: Bug

fixes https://github.com/OpenAPITools/openapi-generator/issues/10718 The file type passed to `postProcessFile` by DefaultCodegen used to be `supporting-mustache` and `supporting-common` earlier. This has been changed to `supporting-file` in https://github.com/OpenAPITools/openapi-generator/pull/6357 and https://github.com/OpenAPITools/openapi-generator/pull/7366. AbstractGoCodegen was never...

Client: Go
Issue: Bug
Server: Go

fix #18516 - Add judgment for nullable field to the required judgment. - Add test for java okhttp-gson template to avoid regressions Tests: openapi.yaml ```yaml openapi: 3.0.3 info: title: test...

This PR aims to fix a compiler issue I ran into when generating `java` code from an API spec. The generated code imports `com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider` in `ApiClient.java`, which is the javax...

Client: Java
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

### Is your feature request related to a problem? Please describe. I can not use RestClient since it is not supported yet. Is there a plan to add it to...

Enhancement: Feature

The original issues were: 1. `samples/client/petstore/java/resttemplate-jakarta` would not build locally using the gradle wrapper, since it was using an outdated version of Gradle 2. `samples/client/petstore/java/resttemplate-jakarta` would not build in Github...

Client: Java
Enhancement: Compatibility