Skip to content

jneight/geventhttpclient-oauthlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Add support for oauth requests to geventhttpclient using oauthlib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages