Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 330 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 330 Bytes

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')