Uh oh!
There was an error while loading. Please reload this page.
Minor update to readme - #4
Merged
Merged
Conversation
jimschubert
commented
May 12, 2018
Member
Looks good. Is the new email ready to go? Or are we waiting for DNS propagation before merging this? |
wing328
commented
May 12, 2018
MemberAuthor
team@openapitools.org is ready 😃 |
jmini
approved these changes
May 13, 2018
lukoyanov added a commit
to lukoyanov/openapi-generator
that referenced
this pull request
Aug 27, 2018
kuFEAR added a commit
to kuFEAR/openapi-generator
that referenced
this pull request
Jun 11, 2020
wing328 added a commit
that referenced
this pull request
Jun 16, 2020
…Body, Set List as default collection for Kotlin data class (#6456) * Replace typeMapping kotlin.Array with kotlin.collections.List, because its doesn't work with Kotlin Data Classes(required manually implementing hashCode&equals) Replace typeMapping kotlin.Array<kotlin.Byte> with efficient primitive implementation kotlin.ByteArray Replace instantiationTypes array to kotlin.collections.ArrayList, for extending Array we should provide element count to its constructor. * Fixed path(removed slash on begin path) for Jvm Kotlin Retrofit * Fixed handling optional bodyParams for Jvm Kotlin Retrofit * Fix kotlin tests * Fixed code format for detekt inspections #2 * revert formatting * Added ability to generate optional @query params. * Update Kotlin docs. * Update Kotlin openapi3 client samples * Update Kotlin client samples * Update Kotlin openapi3 client samples after merge with master * Revert hardcoding List instead Array * Set List as default collectionType * Update Kotlin samples * Fixed Kotlin multiplatform api template. fix mapper for Array type. Fixed Kotlin multiplatform api template Code style. * Update Kotlin multiplatform sample * Fix Kotlin multiplatform template code style * Update Kotlin multiplatform sample * Fix Kotlin multiplatform converting Array to List in Api. * Update Kotlin multiplatform sample #3 * Fix Kotlin tests * Fix Kotlin jackson Application.kt * Fix Kotlin tests #2 * Fix merge conflict with master * Generate samples after merge with master * Generate samples after merge with master #2 * Generate samples after merge with master #3 * Generate samples after merge with master #4 * update kotlin samples * update all samples Co-authored-by: William Cheng <wing328hk@gmail.com>
Thecrazyskull pushed a commit
to Thecrazyskull/openapi-generator
that referenced
this pull request
Nov 13, 2020
Catch exceptions as errors on iOS
mflorin referenced
this pull request
in ionos-cloud/openapi-generator
Aug 13, 2021
* feat: add filters to skip the generation of marked models and apis * feat: accept more than one skipTag using globalSettings Signed-off-by: Florin Mihalache <florin.mihalache@ionos.com>
ronanwatkins added a commit
to ronanwatkins/openapi-generator
that referenced
this pull request
Mar 4, 2022
DEVENGAGE-898: .NET SDK
This was referenced Dec 8, 2022
fire pushed a commit
to V-Sekai/openapi-generator
that referenced
this pull request
Jun 25, 2024
Integration Testing
fstotz added a commit
to fstotz/openapi-generator
that referenced
this pull request
Aug 25, 2026
- Add testEnumCollectionPathParamsUseWireValues test that verifies enum items in List/Map path parameters are encoded using wire values - Add path_param_enum_collection.yaml test spec with array and map enum parameters - Verifies that _encodePathValue helper calls .toString() on enum items to get wire values, not Dart identifiers This test ensures Issue OpenAPITools#4 (P2): enums in collections as path parameters now correctly use wire values from @jsonvalue annotations instead of Dart member identifiers. The fix was already applied when consolidating type checks in _encodePathValue to combine String/num/bool/Enum handling - each enum item in a collection now gets .toString() when recursively encoded. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.master.Description of the PR
(details of the change, additional tests that have been done, reference to the issue for tracking, etc)