/geventhttpclient-oauthlib

Add support for oauth requests to geventhttpclient using oauthlib.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

geventhttpclient-oauthlib

synopsis: Add OAUTH 1 support for geventhttpclient using oauthlib.

Usage

from geventhttpclient_oauthlib import OAUTH1HTTPClient

r = OAUTH1HTTPClient.from_oauth_params('http://localhost:8000/', u'access_key')

response = r.get('http://localhost:8000')