Skip to content

Conversation

mirkokg
Copy link

@mirkokg mirkokg commented May 29, 2025

This pull request adds support for exploded GET parameters, based on OpenAPI specification.

  • If parameter is marked as exploded: true it will be added as:

param=1&param=2&param=3

  • If marked as exploded: false:

param=1,2,3

In all other cases current functionality is maintained.

There is a PR on backbase-client-common-ios to add support for this feature.

Copy link

@jjjasper jjjasper force-pushed the support-for-exploded-params branch from 4cc5a63 to 58b0ecb Compare August 25, 2025 14:19
@jjjasper
Copy link
Collaborator

Please add this to the change log (and mention it only works for swift)

@jjjasper jjjasper force-pushed the support-for-exploded-params branch from 58b0ecb to 03da839 Compare August 27, 2025 09:08
@jjjasper jjjasper enabled auto-merge August 27, 2025 09:08
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants