Add authentication classes to the API document

Change-Id: Ic1464f246602b809f3c29fbafd6f36b747d5d5df
This commit is contained in:
David Pursehouse
2014-07-18 15:15:41 +09:00
parent 999ba49611
commit 49ecffb86e
+7
View File
@@ -44,6 +44,13 @@ Request Sessions
.. autoclass:: requests.adapters.HTTPAdapter
:inherited-members:
Authentication
--------------
.. autoclass:: requests.auth.AuthBase
.. autoclass:: requests.auth.HTTPBasicAuth
.. autoclass:: requests.auth.HTTPProxyAuth
.. autoclass:: requests.auth.HTTPDigestAuth
Exceptions
~~~~~~~~~~