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

Add a way to specify arbitrary query parameters #25

Closed
clement-leprovost opened this issue Apr 8, 2016 · 1 comment
Closed

Add a way to specify arbitrary query parameters #25

clement-leprovost opened this issue Apr 8, 2016 · 1 comment

Comments

@clement-leprovost
Copy link
Contributor

Add a way to specify query parameters by name and string value. This is intended as an untyped, low-level accessors to bypass limitations of the Query class (e.g. unsupported parameters).

Note: this is a backport of a feature already implemented in the upcoming v3 of the Swift client.

Remark: Solving this issue would automatically fix #23 and #24.

clement-leprovost pushed a commit that referenced this issue Apr 8, 2016
The `Query` class now provides untyped accessors to a dictionary of extra parameters. Those parameters are appended to the query string after all the typed parameters. This allows using query parameters not supported by the current version of the API client.

The subscript operator is provided as an alias to the accessor methods.

Fixes #25.
@sharad1404
Copy link

Our entire implementation is in obj-c. We have a need to set minimumAroundRadius, but we are stuck as we are not finding any docs to set this in obj-c. Can you please help guide us how to set this in obj-c.

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

2 participants