Skip to content

Commit 4de5165

Browse files
committed
Updated README.
1 parent ae643ac commit 4de5165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This code was originally forked from [Leah Culver and Andy Smith's oauth.py code
77
* Classes are no longer prefixed with <code>OAuth</code>.
88
* The <code>Request</code> class now extends from <code>dict</code>.
99
* The library is likely no longer compatible with Python 2.3.
10+
* The <code>Client</code> class works and extends from <code>httplib2</code>. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.
1011

1112
# Signing a Request
1213

0 commit comments

Comments
 (0)