8000 Fixed query parameters with type List<Int> for OkHttp client by xehmer · Pull Request #361 · cjbooms/fabrikt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fixed query parameters with type List<Int> for OkHttp client #361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

xehmer
Copy link
Contributor
@xehmer xehmer commented Feb 3, 2025

Fixed client generation when inlined parameter definition specifies an array of integers:

openapi: 3.0.1
paths:
  /v1/someresource:
    delete:
      operationId: deleteSomeResource
      parameters:
        - name: ids
          in: query
          required: false
          schema:
            type: array
            items:
              type: integer

Closes #237

@cjbooms cjbooms requested a review from averabaq February 5, 2025 21:14
@cjbooms
Copy link
Owner
cjbooms commented Feb 5, 2025

👍

@cjbooms
Copy link
Owner
cjbooms commented Feb 5, 2025

Thanks for the contribution! LGTM

@cjbooms cjbooms merged commit 28acc22 into cjbooms:master Feb 5, 2025
1 check passed
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.

Integer Parameter List won't build
2 participants
0