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)
[Java][resttemplate] Make queryParams known to UriComponents builder so it can properly encode them
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). - [...
#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...
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...
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...
#### 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]...
### 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...
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...