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

Allow extra query parameters to be specified #26

Merged
merged 1 commit into from
Apr 8, 2016

Conversation

clement-leprovost
Copy link
Contributor

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.

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.
@clement-leprovost clement-leprovost merged commit 3aada92 into master Apr 8, 2016
@clement-leprovost clement-leprovost deleted the feat/extra-query-params branch April 8, 2016 13:25
@clement-leprovost
Copy link
Contributor Author

Note: Travis has been failing for quite some time for an unknown, system-related reason. We'll investigate that, but we first need to release a new version.

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.

None yet

1 participant