Skip to content
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

Array query parameters #8

Open
chriskapp opened this issue Apr 28, 2024 · 0 comments
Open

Array query parameters #8

chriskapp opened this issue Apr 28, 2024 · 0 comments

Comments

@chriskapp
Copy link
Member

Some APIs use array query parameters by using a bracket [] notation, in this example airtable s.
image

At our SDK we should add support for query arrays, so that a user can provide an actual array and the SDK could add these parameters with []. A problem is, that there are also other array definitions, in this case we use [] but some implementations also simply duplicate the parameters. Maybe we should add also a new keyword to describe the array style.

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

No branches or pull requests

1 participant