diff --git a/docs/apiclient.anyjson.html b/docs/apiclient.anyjson.html index 8cd9037..df64fcd 100644 --- a/docs/apiclient.anyjson.html +++ b/docs/apiclient.anyjson.html @@ -8,7 +8,7 @@
Utility module to import a JSON module
Hides all the messy details of exactly where
diff --git a/docs/apiclient.contrib.buzz.html b/docs/apiclient.contrib.buzz.html
index c0180e9..d188914 100644
--- a/docs/apiclient.contrib.buzz.html
+++ b/docs/apiclient.contrib.buzz.html
@@ -8,7 +8,7 @@
apiclient.contrib.buzzindex
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/contrib/buzz/__init__.py
/usr/local/google/home/jcgregorio/projects/apiclient/apiclient/contrib/buzz/__init__.py
| apiclient.contrib | index /home/jcgregorio/projects/google-api-python-client/apiclient/contrib/__init__.py |
| apiclient.contrib.latitude | index /home/jcgregorio/projects/google-api-python-client/apiclient/contrib/latitude/__init__.py |
| apiclient.contrib.moderator | index /home/jcgregorio/projects/google-api-python-client/apiclient/contrib/moderator/__init__.py |
| apiclient.discovery | index /home/jcgregorio/projects/google-api-python-client/apiclient/discovery.py |
Client for discovery based APIs
A client library for Google's discovery based APIs.
| httplib2 logging - | os +apiclient.mimeparse + | mimetypes +os re | simplejson uritemplate - | urllib -urlparse +urllib + | urlparse |
| apiclient.errors | index /home/jcgregorio/projects/google-api-python-client/apiclient/errors.py |
Errors for the library.
All exceptions defined by the library
@@ -37,6 +37,8 @@ should be defined in this file.
+
| +class MediaUploadSizeError(Error) | ||
| + | Media is larger than the method can accept. | |
| + |
+Data descriptors inherited from Error: +
+Methods inherited from exceptions.Exception: + + + +Data and other attributes inherited from exceptions.Exception: +
+Methods inherited from exceptions.BaseException: +
+Data descriptors inherited from exceptions.BaseException: +
| |
+
| +class UnacceptableMimeTypeError(Error) | |||
| + | That is an unacceptable mimetype for this operation. | ||
| + |
+Data descriptors inherited from Error: +
+Methods inherited from exceptions.Exception: + + + +Data and other attributes inherited from exceptions.Exception: +
+Methods inherited from exceptions.BaseException: +
Data descriptors inherited from exceptions.BaseException:
| apiclient.ext.authtools index | /home/jcgregorio/projects/google-api-python-client/apiclient/ext/authtools.py |
Command-line tools for authenticating via OAuth 1.0
Do the OAuth 1.0 Three Legged Dance for
@@ -23,10 +23,11 @@ other example apps in the same directory.
| BaseHTTPServer +gflags | logging - | socket +socket | sys - |
+
| diff --git a/docs/apiclient.ext.file.html b/docs/apiclient.ext.file.html index 8a8c479..49df8e2 100644 --- a/docs/apiclient.ext.file.html +++ b/docs/apiclient.ext.file.html @@ -8,7 +8,7 @@ | apiclient.ext.file | index /home/jcgregorio/projects/google-api-python-client/apiclient/ext/file.py | ||
Utilities for OAuth.
Utilities for making it easier to work with OAuth 1.0 credentials.
| apiclient | index /home/jcgregorio/projects/google-api-python-client/apiclient/__init__.py |
|