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 request() for method and url to be keyword args, not just positional #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulie4
Copy link
Contributor

@paulie4 paulie4 commented Apr 7, 2020

request() broke when requests-oauthlib made this change, where they started calling request() using method=method, url=token_url as keyword arguments instead of positional arguments, so this change fixes it.

…yword arguments, not just positional arguments
@adamlincoln
Copy link
Collaborator

Hi @paulie4, thanks for the PR! There is a similar fix included in the feature/use-requests-oauthlib-1.3 branch of this repo (it includes bulk api v1 query support too). Can you try that branch and see if it gets you what you need?

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.

2 participants