You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This code was originally forked from [Leah Culver and Andy Smith's oauth.py code
7
7
* Classes are no longer prefixed with <code>OAuth</code>.
8
8
* The <code>Request</code> class now extends from <code>dict</code>.
9
9
* 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.
0 commit comments