blob: 5bc17ffac1e1784ccfbe7ff2e703c4bf9d6aabab [file] [log] [blame]
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -04001<?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>apiclient</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
18 <!-- Tree link -->
19 <th>&nbsp;&nbsp;&nbsp;<a
20 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
21
22 <!-- Index link -->
23 <th>&nbsp;&nbsp;&nbsp;<a
24 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
25
26 <!-- Help link -->
27 <th>&nbsp;&nbsp;&nbsp;<a
28 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
29
30 <th class="navbar" width="100%"></th>
31 </tr>
32</table>
33<table width="100%" cellpadding="0" cellspacing="0">
34 <tr valign="top">
35 <td width="100%">
36 <span class="breadcrumbs">
37 Package&nbsp;apiclient
38 </span>
39 </td>
40 <td>
41 <table cellpadding="0" cellspacing="0">
42 <!-- hide/show private -->
43 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
44 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
45 <tr><td align="right"><span class="options"
46 >[<a href="frames.html" target="_top">frames</a
47 >]&nbsp;|&nbsp;<a href="apiclient-pysrc.html"
48 target="_top">no&nbsp;frames</a>]</span></td></tr>
49 </table>
50 </td>
51 </tr>
52</table>
53<h1 class="epydoc">Source Code for <a href="apiclient-module.html">Package apiclient</a></h1>
54<pre class="py-src">
Joe Gregorio37802c32013-08-06 12:24:05 -040055<a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-comment"># Copyright (C) 2012 Google Inc.</tt> </tt>
56<a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
57<a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-comment"># Licensed under the Apache License, Version 2.0 (the "License");</tt> </tt>
58<a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-comment"># you may not use this file except in compliance with the License.</tt> </tt>
59<a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-comment"># You may obtain a copy of the License at</tt> </tt>
60<a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
61<a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-comment"># http://www.apache.org/licenses/LICENSE-2.0</tt> </tt>
62<a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
63<a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-comment"># Unless required by applicable law or agreed to in writing, software</tt> </tt>
64<a name="L10"></a><tt class="py-lineno">10</tt> <tt class="py-line"><tt class="py-comment"># distributed under the License is distributed on an "AS IS" BASIS,</tt> </tt>
65<a name="L11"></a><tt class="py-lineno">11</tt> <tt class="py-line"><tt class="py-comment"># WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</tt> </tt>
66<a name="L12"></a><tt class="py-lineno">12</tt> <tt class="py-line"><tt class="py-comment"># See the License for the specific language governing permissions and</tt> </tt>
67<a name="L13"></a><tt class="py-lineno">13</tt> <tt class="py-line"><tt class="py-comment"># limitations under the License.</tt> </tt>
68<a name="L14"></a><tt class="py-lineno">14</tt> <tt class="py-line"> </tt>
69<a name="L15"></a><tt class="py-lineno">15</tt> <tt class="py-line"><tt class="py-name">__version__</tt> <tt class="py-op">=</tt> <tt class="py-docstring">"1.2"</tt> </tt>
70<a name="L16"></a><tt class="py-lineno">16</tt> <tt class="py-line"> </tt><script type="text/javascript">
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040071<!--
72expandto(location.href);
73// -->
74</script>
75</pre>
76<br />
77<!-- ==================== NAVIGATION BAR ==================== -->
78<table class="navbar" border="0" width="100%" cellpadding="0"
79 bgcolor="#a0c0ff" cellspacing="0">
80 <tr valign="middle">
81
82 <!-- Tree link -->
83 <th>&nbsp;&nbsp;&nbsp;<a
84 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
85
86 <!-- Index link -->
87 <th>&nbsp;&nbsp;&nbsp;<a
88 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
89
90 <!-- Help link -->
91 <th>&nbsp;&nbsp;&nbsp;<a
92 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
93
94 <th class="navbar" width="100%"></th>
95 </tr>
96</table>
97<table border="0" cellpadding="0" cellspacing="0" width="100%%">
98 <tr>
99 <td align="left" class="footer">
Joe Gregorio37802c32013-08-06 12:24:05 -0400100 Generated by Epydoc 3.0.1 on Tue Aug 6 12:16:47 2013
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -0400101 </td>
102 <td align="right" class="footer">
103 <a target="mainFrame" href="http://epydoc.sourceforge.net"
104 >http://epydoc.sourceforge.net</a>
105 </td>
106 </tr>
107</table>
108
109<script type="text/javascript">
110 <!--
111 // Private objects are initially displayed (because if
112 // javascript is turned off then we want them to be
113 // visible); but by default, we want to hide them. So hide
114 // them unless we have a cookie that says to show them.
115 checkCookie();
116 // -->
117</script>
118</body>
119</html>