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>Module Hierarchy</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> <a |
| 19 | href="googleapiclient-module.html">Home</a> </th> |
| 20 | |
| 21 | <!-- Tree link --> |
| 22 | <th bgcolor="#70b0f0" class="navbar-select" |
| 23 | > Trees </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%"> </td> |
| 39 | <td> |
| 40 | <table cellpadding="0" cellspacing="0"> |
| 41 | <!-- hide/show private --> |
| 42 | <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
| 43 | onclick="toggle_private();">hide private</a>]</span></td></tr> |
| 44 | <tr><td align="right"><span class="options" |
| 45 | >[<a href="frames.html" target="_top">frames</a |
| 46 | >] | <a href="module-tree.html" |
| 47 | target="_top">no frames</a>]</span></td></tr> |
| 48 | </table> |
| 49 | </td> |
| 50 | </tr> |
| 51 | </table> |
| 52 | <center><b> |
| 53 | [ <a href="module-tree.html">Module Hierarchy</a> |
| 54 | | <a href="class-tree.html">Class Hierarchy</a> ] |
| 55 | </b></center><br /> |
| 56 | <h1 class="epydoc">Module Hierarchy</h1> |
| 57 | <ul class="nomargin-top"> |
| 58 | <li> <strong class="uidlink"><a href="googleapiclient-module.html">googleapiclient</a></strong> |
| 59 | <ul> |
Jon Wayne Parrott | 692617a | 2017-01-06 09:58:29 -0800 | [diff] [blame] | 60 | <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] | 61 | <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] | 62 | <li> <strong class="uidlink"><a href="googleapiclient.channel-module.html">googleapiclient.channel</a></strong>: <em class="summary">Channel notifications support.</em> </li> |
| 63 | <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] | 64 | <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> |
| 65 | <ul> |
| 66 | <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> |
| 67 | <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> |
| 68 | <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> |
| 69 | </ul> |
| 70 | </li> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 71 | <li> <strong class="uidlink"><a href="googleapiclient.errors-module.html">googleapiclient.errors</a></strong>: <em class="summary">Errors for the library.</em> </li> |
| 72 | <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> |
| 73 | <li> <strong class="uidlink"><a href="googleapiclient.mimeparse-module.html">googleapiclient.mimeparse</a></strong>: <em class="summary">MIME-Type Parser</em> </li> |
| 74 | <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> |
| 75 | <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> |
| 76 | <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> |
| 77 | </ul> |
| 78 | </li> |
| 79 | </ul> |
| 80 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 81 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 82 | bgcolor="#a0c0ff" cellspacing="0"> |
| 83 | <tr valign="middle"> |
| 84 | <!-- Home link --> |
| 85 | <th> <a |
| 86 | href="googleapiclient-module.html">Home</a> </th> |
| 87 | |
| 88 | <!-- Tree link --> |
| 89 | <th bgcolor="#70b0f0" class="navbar-select" |
| 90 | > Trees </th> |
| 91 | |
| 92 | <!-- Index link --> |
| 93 | <th> <a |
| 94 | href="identifier-index.html">Indices</a> </th> |
| 95 | |
| 96 | <!-- Help link --> |
| 97 | <th> <a |
| 98 | href="help.html">Help</a> </th> |
| 99 | |
| 100 | <th class="navbar" width="100%"></th> |
| 101 | </tr> |
| 102 | </table> |
| 103 | <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
| 104 | <tr> |
| 105 | <td align="left" class="footer"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 106 | Generated by Epydoc 3.0.1 on Fri Oct 2 20:46:21 2020 |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 107 | </td> |
| 108 | <td align="right" class="footer"> |
| 109 | <a target="mainFrame" href="http://epydoc.sourceforge.net" |
| 110 | >http://epydoc.sourceforge.net</a> |
| 111 | </td> |
| 112 | </tr> |
| 113 | </table> |
| 114 | |
| 115 | <script type="text/javascript"> |
| 116 | <!-- |
| 117 | // Private objects are initially displayed (because if |
| 118 | // javascript is turned off then we want them to be |
| 119 | // visible); but by default, we want to hide them. So hide |
| 120 | // them unless we have a cookie that says to show them. |
| 121 | checkCookie(); |
| 122 | // --> |
| 123 | </script> |
| 124 | </body> |
| 125 | </html> |