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

fix multivalued param dict handling in to_url, fix oauth_body_hash sending for GET requests #95

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tylerwilliams
Copy link

These patches fix multivalued param handling for the case when you pass a dictionary with iterable values into a request and then call to_url. Previously this would encode the iterable value as a single string instead of encoding each value separately.

This also fixes the library to not send the "oauth_body_hash" parameter on GET or HEAD requests, as defined in the spec.

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.

1 participant