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

Accept GET content_type #281

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

Accept GET content_type #281

wants to merge 2 commits into from

Conversation

vgirbes
Copy link

@vgirbes vgirbes commented Jan 29, 2016

Added content-type in get method to allow users to put a custom header content-type.
Many sites require a custom header in oauth authentication (via GET).

Added content-type in get method to allow users to put a custom header content-type.
Many sites require a custom header in oauth authentication (via GET).
@rageshkrishna
Copy link

I'd really love to have this merged. I'm not sure I understand why this PR hasn't been accepted in such a long time.

@kevando
Copy link

kevando commented Nov 14, 2016

Can you provide an example how to use this?

oauth.get(
      'URL',
      'TOKEN', //test user token
      'SECRET', //test user secret
      'text/xml',

doesnt seem to be working

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.

3 participants