John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="ascii"?> |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 3 | "DTD/xhtml1-transitional.dtd"> |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 5 | <head> |
| 6 | <title>googleapiclient</title> |
| 7 | <link rel="stylesheet" href="epydoc.css" type="text/css" /> |
| 8 | <script type="text/javascript" src="epydoc.js"></script> |
| 9 | </head> |
| 10 | |
| 11 | <body bgcolor="white" text="black" link="blue" vlink="#204080" |
| 12 | alink="#204080"> |
| 13 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 14 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 15 | bgcolor="#a0c0ff" cellspacing="0"> |
| 16 | <tr valign="middle"> |
| 17 | <!-- Home link --> |
| 18 | <th bgcolor="#70b0f0" class="navbar-select" |
| 19 | > Home </th> |
| 20 | |
| 21 | <!-- Tree link --> |
| 22 | <th> <a |
| 23 | href="module-tree.html">Trees</a> </th> |
| 24 | |
| 25 | <!-- Index link --> |
| 26 | <th> <a |
| 27 | href="identifier-index.html">Indices</a> </th> |
| 28 | |
| 29 | <!-- Help link --> |
| 30 | <th> <a |
| 31 | href="help.html">Help</a> </th> |
| 32 | |
| 33 | <th class="navbar" width="100%"></th> |
| 34 | </tr> |
| 35 | </table> |
| 36 | <table width="100%" cellpadding="0" cellspacing="0"> |
| 37 | <tr valign="top"> |
| 38 | <td width="100%"> |
| 39 | <span class="breadcrumbs"> |
| 40 | Package googleapiclient |
| 41 | </span> |
| 42 | </td> |
| 43 | <td> |
| 44 | <table cellpadding="0" cellspacing="0"> |
| 45 | <!-- hide/show private --> |
| 46 | <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
| 47 | onclick="toggle_private();">hide private</a>]</span></td></tr> |
| 48 | <tr><td align="right"><span class="options" |
| 49 | >[<a href="frames.html" target="_top">frames</a |
| 50 | >] | <a href="googleapiclient-module.html" |
| 51 | target="_top">no frames</a>]</span></td></tr> |
| 52 | </table> |
| 53 | </td> |
| 54 | </tr> |
| 55 | </table> |
| 56 | <!-- ==================== PACKAGE DESCRIPTION ==================== --> |
| 57 | <h1 class="epydoc">Package googleapiclient</h1><p class="nomargin-top"><span class="codelink"><a href="googleapiclient-pysrc.html">source code</a></span></p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 58 | <!-- ==================== SUBMODULES ==================== --> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 59 | <a name="section-Submodules"></a> |
| 60 | <table class="summary" border="1" cellpadding="3" |
| 61 | cellspacing="0" width="100%" bgcolor="white"> |
| 62 | <tr bgcolor="#70b0f0" class="table-header"> |
| 63 | <td colspan="2" class="table-header"> |
| 64 | <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 65 | <tr valign="top"> |
| 66 | <td align="left"><span class="table-header">Submodules</span></td> |
| 67 | <td align="right" valign="top" |
| 68 | ><span class="options">[<a href="#section-Submodules" |
| 69 | class="privatelink" onclick="toggle_private();" |
| 70 | >hide private</a>]</span></td> |
| 71 | </tr> |
| 72 | </table> |
| 73 | </td> |
| 74 | </tr> |
| 75 | <tr><td class="summary"> |
| 76 | <ul class="nomargin"> |
Jon Wayne Parrott | 692617a | 2017-01-06 09:58:29 -0800 | [diff] [blame] | 77 | <li class="private"> <strong class="uidlink"><a href="googleapiclient._auth-module.html">googleapiclient._auth</a></strong>: <em class="summary">Helpers for authentication using oauth2client or google-auth.</em> </li> |
Bu Sun Kim | 02bae1c | 2019-06-14 13:33:59 -0700 | [diff] [blame] | 78 | <li class="private"> <strong class="uidlink"><a href="googleapiclient._helpers-module.html">googleapiclient._helpers</a></strong>: <em class="summary">Helper functions for commonly used utilities.</em> </li> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 79 | <li> <strong class="uidlink"><a href="googleapiclient.channel-module.html">googleapiclient.channel</a></strong>: <em class="summary">Channel notifications support.</em> </li> |
| 80 | <li> <strong class="uidlink"><a href="googleapiclient.discovery-module.html">googleapiclient.discovery</a></strong>: <em class="summary">Client for discovery based APIs.</em> </li> |
Takashi Matsuo | 0669410 | 2015-09-11 13:55:40 -0700 | [diff] [blame] | 81 | <li> <strong class="uidlink"><a href="googleapiclient.discovery_cache-module.html">googleapiclient.discovery_cache</a></strong>: <em class="summary">Caching utility for the discovery document.</em> |
| 82 | <ul> |
| 83 | <li> <strong class="uidlink"><a href="googleapiclient.discovery_cache.appengine_memcache-module.html">googleapiclient.discovery_cache.appengine_memcache</a></strong>: <em class="summary">App Engine memcache based cache for the discovery document.</em> </li> |
| 84 | <li> <strong class="uidlink"><a href="googleapiclient.discovery_cache.base-module.html">googleapiclient.discovery_cache.base</a></strong>: <em class="summary">An abstract class for caching the discovery document.</em> </li> |
| 85 | <li> <strong class="uidlink"><a href="googleapiclient.discovery_cache.file_cache-module.html">googleapiclient.discovery_cache.file_cache</a></strong>: <em class="summary">File based cache for the discovery document.</em> </li> |
| 86 | </ul> |
| 87 | </li> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 88 | <li> <strong class="uidlink"><a href="googleapiclient.errors-module.html">googleapiclient.errors</a></strong>: <em class="summary">Errors for the library.</em> </li> |
| 89 | <li> <strong class="uidlink"><a href="googleapiclient.http-module.html">googleapiclient.http</a></strong>: <em class="summary">Classes to encapsulate a single HTTP request.</em> </li> |
| 90 | <li> <strong class="uidlink"><a href="googleapiclient.mimeparse-module.html">googleapiclient.mimeparse</a></strong>: <em class="summary">MIME-Type Parser</em> </li> |
| 91 | <li> <strong class="uidlink"><a href="googleapiclient.model-module.html">googleapiclient.model</a></strong>: <em class="summary">Model objects for requests and responses.</em> </li> |
| 92 | <li> <strong class="uidlink"><a href="googleapiclient.sample_tools-module.html">googleapiclient.sample_tools</a></strong>: <em class="summary">Utilities for making samples.</em> </li> |
| 93 | <li> <strong class="uidlink"><a href="googleapiclient.schema-module.html">googleapiclient.schema</a></strong>: <em class="summary">Schema processing for discovery based APIs</em> </li> |
| 94 | </ul></td></tr> |
| 95 | </table> |
| 96 | |
| 97 | <br /> |
Jon Wayne Parrott | 0a471d3 | 2016-05-19 10:54:38 -0700 | [diff] [blame] | 98 | <!-- ==================== CLASSES ==================== --> |
| 99 | <a name="section-Classes"></a> |
| 100 | <table class="summary" border="1" cellpadding="3" |
| 101 | cellspacing="0" width="100%" bgcolor="white"> |
| 102 | <tr bgcolor="#70b0f0" class="table-header"> |
| 103 | <td colspan="2" class="table-header"> |
| 104 | <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 105 | <tr valign="top"> |
| 106 | <td align="left"><span class="table-header">Classes</span></td> |
| 107 | <td align="right" valign="top" |
| 108 | ><span class="options">[<a href="#section-Classes" |
| 109 | class="privatelink" onclick="toggle_private();" |
| 110 | >hide private</a>]</span></td> |
| 111 | </tr> |
| 112 | </table> |
| 113 | </td> |
| 114 | </tr> |
| 115 | <tr> |
| 116 | <td width="15%" align="right" valign="top" class="summary"> |
| 117 | <span class="summary-type"> </span> |
| 118 | </td><td class="summary"> |
| 119 | <a href="googleapiclient.NullHandler-class.html" class="summary-name">NullHandler</a> |
| 120 | </td> |
| 121 | </tr> |
| 122 | </table> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 123 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 124 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 125 | bgcolor="#a0c0ff" cellspacing="0"> |
| 126 | <tr valign="middle"> |
| 127 | <!-- Home link --> |
| 128 | <th bgcolor="#70b0f0" class="navbar-select" |
| 129 | > Home </th> |
| 130 | |
| 131 | <!-- Tree link --> |
| 132 | <th> <a |
| 133 | href="module-tree.html">Trees</a> </th> |
| 134 | |
| 135 | <!-- Index link --> |
| 136 | <th> <a |
| 137 | href="identifier-index.html">Indices</a> </th> |
| 138 | |
| 139 | <!-- Help link --> |
| 140 | <th> <a |
| 141 | href="help.html">Help</a> </th> |
| 142 | |
| 143 | <th class="navbar" width="100%"></th> |
| 144 | </tr> |
| 145 | </table> |
| 146 | <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
| 147 | <tr> |
| 148 | <td align="left" class="footer"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 149 | Generated by Epydoc 3.0.1 on Thu Apr 30 17:06:05 2020 |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 150 | </td> |
| 151 | <td align="right" class="footer"> |
| 152 | <a target="mainFrame" href="http://epydoc.sourceforge.net" |
| 153 | >http://epydoc.sourceforge.net</a> |
| 154 | </td> |
| 155 | </tr> |
| 156 | </table> |
| 157 | |
| 158 | <script type="text/javascript"> |
| 159 | <!-- |
| 160 | // Private objects are initially displayed (because if |
| 161 | // javascript is turned off then we want them to be |
| 162 | // visible); but by default, we want to hide them. So hide |
| 163 | // them unless we have a cookie that says to show them. |
| 164 | checkCookie(); |
| 165 | // --> |
| 166 | </script> |
| 167 | </body> |
| 168 | </html> |