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 kwargs for fetch_request_token and fetch_access_token to be passed to requests.session #226

Merged
merged 2 commits into from
Feb 19, 2016

Conversation

Christian-E
Copy link
Contributor

This was basically suggested in the comments of #149. As i can't commit to this open pull request i make a new one.
Allow users to pass kwargs to fetch_request_token and fetch_access_token that are then passed to the post method of requests.session.
I need this for disabling SSL-verification for certain calls. But I don't think it makes sense to implement every possible parameter individually.

@Lukasa
Copy link
Member

Lukasa commented Feb 19, 2016

This looks good to me, thank you! ✨ 🍰 ✨

Lukasa added a commit that referenced this pull request Feb 19, 2016
Allow kwargs for fetch_request_token and fetch_access_token to be passed to requests.session
@Lukasa Lukasa merged commit ccea63f into requests:master Feb 19, 2016
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

2 participants