An open API service for software projects hosted on Open Collective.

github.com/OpenAPITools/openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://github.com/OpenAPITools/openapi-generator

Generated API method name without prefix, postfix

MartinMilata opened this issue about 1 month ago
Bump brace-expansion from 1.1.11 to 1.1.12 in /website

dependabot[bot] opened this pull request about 1 month ago
Update spring web version in resttemplate

wing328 opened this pull request about 1 month ago
[kotlin] Fix compile error in enum properties with "" values(#18660)

chizhanov opened this pull request about 2 months ago
[python] test master branch build

mgoltzsche opened this pull request about 2 months ago
[typescript] Utility types now considered when generating schemas (Issue #21317)

DavidGrath opened this pull request about 2 months ago
FIX #21407 - use referenced string enum schema in requestBody if available

WannabeSoftwareEngineer opened this pull request about 2 months ago
[BUG][JAVA] Enum in request body generates as String parameter, not Enum type

WannabeSoftwareEngineer opened this issue about 2 months ago
[REQ] Generate JSON schema form OpenAPI docs

GeorgeFischhof opened this issue about 2 months ago
Restricted Java oneOf imports to Jackson only when needed (#21404)

DavidGrath opened this pull request about 2 months ago
[Java][vertx] fix path param encoding

oscarobr opened this pull request about 2 months ago
[jaxrs-spec][quarkus] fix cookie in param

a86rbchn opened this pull request about 2 months ago
Bump requests from 2.32.0 to 2.32.4 in /samples/server/petstore/python-fastapi

dependabot[bot] opened this pull request about 2 months ago
Allow ReturnType to return Generics

andrewwilsonnew opened this issue about 2 months ago
[rust-axum] Prevent multiple declarations of the same operation

rgroothuijsen opened this pull request about 2 months ago
[csharp][generichost] Removed duplicate service registration

devhl-labs opened this pull request about 2 months ago
python: Read proxies from environment + no_proxy support

bachorp opened this pull request about 2 months ago
[BUG][C#] 7.12/13 enumeration converters not called

davide-mora opened this issue about 2 months ago
[BUG] [C#] [GenericHost] Breaking change in path handling since v7.13

marcselman opened this issue about 2 months ago
Fix MiskKotlin OpenApiGenerator types

andrewwilsonnew opened this pull request about 2 months ago
Fix MiskKotlin OpenApiGenerator types

andrewwilsonnew opened this pull request about 2 months ago
hw openapigenerator

DiLysenk opened this pull request about 2 months ago
[JavaSpring] Allow configuring generic ResponseEntity for Spring generator.

zamzterz opened this pull request about 2 months ago
[php] Question on schema->class Name

MR4online opened this issue about 2 months ago
[BUG] CSharp code generator logic error

lld1995 opened this issue about 2 months ago
[REQ] Suppress creation of empty files

Krishnanand136 opened this issue about 2 months ago
[dart-dio] Fix json_serializable response for type:string format:binary

matthewnitschke-wk opened this pull request about 2 months ago
avoid intersection type in kotlin-client template with jvm-okhttp4 engine

nutgaard opened this pull request about 2 months ago
Update common custom user data maven extensions to 2.x

wing328 opened this pull request about 2 months ago
test python client

wing328 opened this pull request about 2 months ago
[BUG] Fix cookie param in jaxrs-spec (quarkus)

a86rbchn opened this issue about 2 months ago
Add tests for enum names with dots in python cilents

wing328 opened this pull request about 2 months ago
[Java] Fix content for enum in MultiPart (#19973)

jarryDk opened this pull request about 2 months ago
Replace periods with '_DOT_' in Python enum member names

pcaisse opened this pull request about 2 months ago
replace deprecated 'typings' field with standard 'types' in package.json

kaizencode-art opened this pull request about 2 months ago
Update README.md

bsvicente opened this pull request about 2 months ago
Update develocity to newer versions

wing328 opened this pull request about 2 months ago
Update java restemplate dependencies to newer versions

wing328 opened this pull request about 2 months ago
[Java][Native] Fix POJOs with additionalProperties incorrectly extending HashMap

JorrenH opened this pull request about 2 months ago
fix(ruby-client): fix incorrect Date parsing in OneOf

LuukvH opened this pull request about 2 months ago
[gradle-plugin] Fix openapiGeneratorIgnoreList option

MIOB opened this pull request about 2 months ago
update Slack invitation links

martin-mfg opened this pull request about 2 months ago
Add support of @ResponseStatus for jaxrs-spec generator

ginadebeukelaer opened this issue about 2 months ago
[BUG] [php] [php-nextgen] Return type hint does not consider HTTP 204

imba28 opened this issue about 2 months ago
[csharp][generichost] Updated docs

devhl-labs opened this pull request about 2 months ago
[typescript-axios] Add detection for AWS IAM from schema

NiltiakSivad opened this pull request 2 months ago
[kotlin-client][multiplatform] update Kotlin and libraries versions

WonderCsabo opened this pull request 2 months ago
Bump jmustache 1.15 -> 1.16

bachorp opened this pull request 2 months ago
[BUG] isNullable set for object properties

allComputableThings opened this issue 2 months ago
[cpp-restsdk] store Object as a shared pointer

aminya opened this pull request 2 months ago
[cpp-restsdk] link cpprest without crypto libraries

aminya opened this pull request 2 months ago
[REQ] Update Go client generator to us AWS SDK v2

dennismouwen-eye opened this issue 2 months ago
Java Native Client: handle Byte[] and File response types correctly

duttonw opened this pull request 2 months ago
Introduce option 'importFileExtension' to typescript-axios (#21343)

GenFlogi opened this pull request 2 months ago
Better handling of metadata in allOf

wing328 opened this pull request 2 months ago
[BUG] approved

wjohn915 opened this issue 2 months ago
[BUG] [Dart, 7.13.0] allOf loses list type information in referred properties.

allComputableThings opened this issue 2 months ago
Abstract PHP support of "original" for variableNamingConvention

aghajani opened this pull request 2 months ago
[BUG] requires-python invalid value - pyproject.toml

srydz-aiclearing opened this issue 2 months ago
fix(python-fastapi): remove 200 fallback code and use default (#12481)

sickinga opened this pull request 2 months ago
#17876: Rust Server: Update dependency versions -- hyper 1.6, tokio 1.45, etc.

azriel-healthpoint opened this pull request 2 months ago
Test poetry 1.x in python aiohttp client

wing328 opened this pull request 2 months ago
[csharp][generichost] Bumped dependency versions

devhl-labs opened this pull request 2 months ago
[csharp][generichost] Fixed token availablity

devhl-labs opened this pull request 2 months ago
Update swagger parser to 2.1.28

wing328 opened this pull request 2 months ago
[typescript] add abort signal to requestcontext

davidgamero opened this pull request 2 months ago
Feat/rust reqwest shallow object query param

whirm opened this pull request 2 months ago
[Scala] Add enums to scala-http4s-server

KatyaValik opened this pull request 2 months ago
[BUG][typescript-*] Bad behavior when trying to map generics

allejo opened this issue 2 months ago