From d02bf5ee3860a50d36f960cd2c90ab6d1ecec7cd Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Fri, 2 Mar 2012 13:21:32 -0800 Subject: [PATCH] Updated docs --- CHANGELOG | 15 +++++++++++++ docs/apiclient.contrib.html | 2 +- docs/apiclient.contrib.latitude.html | 2 +- docs/apiclient.contrib.moderator.html | 2 +- docs/apiclient.discovery.html | 4 +++- docs/apiclient.errors.html | 2 +- docs/apiclient.ext.authtools.html | 2 +- docs/apiclient.ext.file.html | 2 +- docs/apiclient.ext.html | 2 +- docs/apiclient.html | 2 +- docs/apiclient.http.html | 2 +- docs/apiclient.mimeparse.html | 2 +- docs/apiclient.model.html | 2 +- docs/apiclient.oauth.html | 2 +- docs/apiclient.schema.html | 2 +- docs/dyn/adsense.v1.1.accounts.reports.html | 2 +- docs/dyn/books.v1.bookshelves.volumes.html | 2 +- docs/dyn/books.v1.myconfig.html | 2 +- docs/dyn/books.v1.mylibrary.annotations.html | 9 +++++++- ...ooks.v1.mylibrary.bookshelves.volumes.html | 4 ++-- docs/dyn/books.v1.volumes.html | 2 +- docs/dyn/discovery.v1.apis.html | 21 +++++++++++-------- docs/dyn/shopping.v1.products.html | 1 - docs/oauth2client.anyjson.html | 2 +- docs/oauth2client.client.html | 4 ++-- docs/oauth2client.clientsecrets.html | 2 +- docs/oauth2client.crypt.html | 2 +- docs/oauth2client.file.html | 2 +- docs/oauth2client.html | 2 +- docs/oauth2client.multistore_file.html | 2 +- docs/oauth2client.tools.html | 2 +- docs/uritemplate.html | 2 +- 32 files changed, 67 insertions(+), 41 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ff157b6..087411f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +v1.0beta8 + - Updated meda upload support. + - Many fixes for batch requests. + - Better handling for requests that don't require a body. + - Fix issues with Google App Engine Python 2.7 runtime. + - Better support for proxies. + - All Storages now have a .delete() method. + - Important changes which might break your code: + * apiclient.anyjson has moved to oauth2client.anyjson. + * Some calls, for example, taskqueue().lease() used to require a parameter + named body. In this new release only methods that really need to send a body + require a body parameter, and so you may get errors about an unknown + 'body' parameter in your call. The solution is to remove the unneeded + body={} parameter. + v1.0beta7 - Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload diff --git a/docs/apiclient.contrib.html b/docs/apiclient.contrib.html index e5af4a7..1b0f9c7 100644 --- a/docs/apiclient.contrib.html +++ b/docs/apiclient.contrib.html @@ -8,7 +8,7 @@  
 
apiclient.contrib
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/contrib/__init__.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/contrib/__init__.py

diff --git a/docs/apiclient.contrib.latitude.html b/docs/apiclient.contrib.latitude.html index 99bd5f3..1aa202d 100644 --- a/docs/apiclient.contrib.latitude.html +++ b/docs/apiclient.contrib.latitude.html @@ -8,7 +8,7 @@
 
 
apiclient.contrib.latitude
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/contrib/latitude/__init__.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/contrib/latitude/__init__.py

diff --git a/docs/apiclient.contrib.moderator.html b/docs/apiclient.contrib.moderator.html index b3f5e80..9f8377b 100644 --- a/docs/apiclient.contrib.moderator.html +++ b/docs/apiclient.contrib.moderator.html @@ -8,7 +8,7 @@
 
 
apiclient.contrib.moderator
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/contrib/moderator/__init__.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/contrib/moderator/__init__.py

diff --git a/docs/apiclient.discovery.html b/docs/apiclient.discovery.html index b0acf58..6436939 100644 --- a/docs/apiclient.discovery.html +++ b/docs/apiclient.discovery.html @@ -8,7 +8,7 @@
 
 
apiclient.discovery
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/discovery.py
+>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.

@@ -47,6 +47,8 @@ names from the Discovery service.
Args:
  serviceName: string, name of the service
  version: string, the version of the service
+  http: httplib2.Http, An instance of httplib2.Http or something that acts
+    like it that HTTP requests will be made through.
  discoveryServiceUrl: string, a URI Template that points to
    the location of the discovery service. It should have two
    parameters {api} and {apiVersion} that when filled in
diff --git a/docs/apiclient.errors.html b/docs/apiclient.errors.html index d1f9ef2..c359e53 100644 --- a/docs/apiclient.errors.html +++ b/docs/apiclient.errors.html @@ -8,7 +8,7 @@  
 
apiclient.errors
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/errors.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/errors.py

Errors for the library.
 
All exceptions defined by the library
diff --git a/docs/apiclient.ext.authtools.html b/docs/apiclient.ext.authtools.html index ceeb801..1ebaab0 100644 --- a/docs/apiclient.ext.authtools.html +++ b/docs/apiclient.ext.authtools.html @@ -8,7 +8,7 @@  
 
apiclient.ext.authtools
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/authtools.py
+>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
diff --git a/docs/apiclient.ext.file.html b/docs/apiclient.ext.file.html index ba65bc3..be55eec 100644 --- a/docs/apiclient.ext.file.html +++ b/docs/apiclient.ext.file.html @@ -8,7 +8,7 @@  
 
apiclient.ext.file
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/file.py
+>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.

diff --git a/docs/apiclient.ext.html b/docs/apiclient.ext.html index 3b2e80e..639d3db 100644 --- a/docs/apiclient.ext.html +++ b/docs/apiclient.ext.html @@ -8,7 +8,7 @@  
 
apiclient.ext
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/__init__.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/ext/__init__.py

diff --git a/docs/apiclient.html b/docs/apiclient.html index 504ee30..af31ee7 100644 --- a/docs/apiclient.html +++ b/docs/apiclient.html @@ -8,7 +8,7 @@
 
 
apiclient
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/__init__.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/__init__.py

diff --git a/docs/apiclient.http.html b/docs/apiclient.http.html index f3478e2..85a81a7 100644 --- a/docs/apiclient.http.html +++ b/docs/apiclient.http.html @@ -8,7 +8,7 @@
 
 
apiclient.http
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/http.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/http.py

Classes to encapsulate a single HTTP request.
 
The classes implement a command pattern, with every
diff --git a/docs/apiclient.mimeparse.html b/docs/apiclient.mimeparse.html index 995f1fb..ac2dbfe 100644 --- a/docs/apiclient.mimeparse.html +++ b/docs/apiclient.mimeparse.html @@ -8,7 +8,7 @@  
 
apiclient.mimeparse (version 0.1.3)
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/mimeparse.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/mimeparse.py

MIME-Type Parser
 
This module provides basic functions for handling mime-types. It can handle
diff --git a/docs/apiclient.model.html b/docs/apiclient.model.html index eaf1870..b53fa62 100644 --- a/docs/apiclient.model.html +++ b/docs/apiclient.model.html @@ -8,7 +8,7 @@  
 
apiclient.model
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/model.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/model.py

Model objects for requests and responses.
 
Each API may support one or more serializations, such
diff --git a/docs/apiclient.oauth.html b/docs/apiclient.oauth.html index 37092d6..2106fd7 100644 --- a/docs/apiclient.oauth.html +++ b/docs/apiclient.oauth.html @@ -8,7 +8,7 @@  
 
apiclient.oauth
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/oauth.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/oauth.py

Utilities for OAuth.
 
Utilities for making it easier to work with OAuth.

diff --git a/docs/apiclient.schema.html b/docs/apiclient.schema.html index 1574957..6afcd27 100644 --- a/docs/apiclient.schema.html +++ b/docs/apiclient.schema.html @@ -8,7 +8,7 @@  
 
apiclient.schema
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/schema.py
+>index
/home/jcgregorio/projects/google-api-python-client/apiclient/schema.py

Schema processing for discovery based APIs
 
Schemas holds an APIs discovery schemas. It can return those schema as
diff --git a/docs/dyn/adsense.v1.1.accounts.reports.html b/docs/dyn/adsense.v1.1.accounts.reports.html index 22429de..dd7177e 100644 --- a/docs/dyn/adsense.v1.1.accounts.reports.html +++ b/docs/dyn/adsense.v1.1.accounts.reports.html @@ -27,7 +27,7 @@ Args:
  filter: string, Filters to be run on the report. (repeated)
  startIndex: integer, Index of the first row of report data to return.
  dimension: string, Dimensions to base the report on. (repeated)
-  accountId: string, Account upon which to report.
+  accountId: string, Account upon which to report. (required)
 
Returns:
  An object of the form
diff --git a/docs/dyn/books.v1.bookshelves.volumes.html b/docs/dyn/books.v1.bookshelves.volumes.html index 3a8fc5c..d29ed7b 100644 --- a/docs/dyn/books.v1.bookshelves.volumes.html +++ b/docs/dyn/books.v1.bookshelves.volumes.html @@ -29,7 +29,7 @@ Returns:
  An object of the form
 
    {
-    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated. Total number of volumes found.
+    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.
    "items": [ # A list of volumes.
      {
        "kind": "books#volume", # Resource type for a volume. (In LITE projection.)
diff --git a/docs/dyn/books.v1.myconfig.html b/docs/dyn/books.v1.myconfig.html index 57f1db0..3fe7d69 100644 --- a/docs/dyn/books.v1.myconfig.html +++ b/docs/dyn/books.v1.myconfig.html @@ -105,7 +105,7 @@ Returns:
  An object of the form
 
    {
-    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated. Total number of volumes found.
+    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.
    "items": [ # A list of volumes.
      {
        "kind": "books#volume", # Resource type for a volume. (In LITE projection.)
diff --git a/docs/dyn/books.v1.mylibrary.annotations.html b/docs/dyn/books.v1.mylibrary.annotations.html index fc7ef0e..8da3c71 100644 --- a/docs/dyn/books.v1.mylibrary.annotations.html +++ b/docs/dyn/books.v1.mylibrary.annotations.html @@ -35,6 +35,7 @@ Returns:
      "kind": "books#annotation", # Resource type.
      "updated": "A String", # Timestamp for the last time this annotation was modified.
      "created": "A String", # Timestamp for the created time of this annotation.
+      "deleted": True or False, # Indicates that this annotation is deleted.
      "beforeSelectedText": "A String", # Anchor text before excerpt.
      "currentVersionRanges": { # Selection ranges for the most recent content version.
        "contentVersion": "A String", # Content version applicable to ranges below.
@@ -101,6 +102,7 @@ Args:
    "kind": "books#annotation", # Resource type.
    "updated": "A String", # Timestamp for the last time this annotation was modified.
    "created": "A String", # Timestamp for the created time of this annotation.
+    "deleted": True or False, # Indicates that this annotation is deleted.
    "beforeSelectedText": "A String", # Anchor text before excerpt.
    "currentVersionRanges": { # Selection ranges for the most recent content version.
      "contentVersion": "A String", # Content version applicable to ranges below.
@@ -167,6 +169,7 @@ Returns:
      "kind": "books#annotation", # Resource type.
      "updated": "A String", # Timestamp for the last time this annotation was modified.
      "created": "A String", # Timestamp for the created time of this annotation.
+      "deleted": True or False, # Indicates that this annotation is deleted.
      "beforeSelectedText": "A String", # Anchor text before excerpt.
      "currentVersionRanges": { # Selection ranges for the most recent content version.
        "contentVersion": "A String", # Content version applicable to ranges below.
@@ -231,9 +234,10 @@ Args:
  layerId: string, The layer id to limit annotation by.
  volumeId: string, The volume to restrict annotations to.
  maxResults: integer, Maximum number of results to return
-  source: string, String to identify the originator of this request.
+  showDeleted: boolean, Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.
  pageIds: string, The page id(s) for the volume that is being queried. (repeated)
  contentVersion: string, The content version for the requested volume.
+  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
  updatedMin: string, RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).
 
@@ -247,6 +251,7 @@ Returns:
          "kind": "books#annotation", # Resource type.
          "updated": "A String", # Timestamp for the last time this annotation was modified.
          "created": "A String", # Timestamp for the created time of this annotation.
+          "deleted": True or False, # Indicates that this annotation is deleted.
          "beforeSelectedText": "A String", # Anchor text before excerpt.
          "currentVersionRanges": { # Selection ranges for the most recent content version.
            "contentVersion": "A String", # Content version applicable to ranges below.
@@ -327,6 +332,7 @@ Args:
    "kind": "books#annotation", # Resource type.
    "updated": "A String", # Timestamp for the last time this annotation was modified.
    "created": "A String", # Timestamp for the created time of this annotation.
+    "deleted": True or False, # Indicates that this annotation is deleted.
    "beforeSelectedText": "A String", # Anchor text before excerpt.
    "currentVersionRanges": { # Selection ranges for the most recent content version.
      "contentVersion": "A String", # Content version applicable to ranges below.
@@ -394,6 +400,7 @@ Returns:
      "kind": "books#annotation", # Resource type.
      "updated": "A String", # Timestamp for the last time this annotation was modified.
      "created": "A String", # Timestamp for the created time of this annotation.
+      "deleted": True or False, # Indicates that this annotation is deleted.
      "beforeSelectedText": "A String", # Anchor text before excerpt.
      "currentVersionRanges": { # Selection ranges for the most recent content version.
        "contentVersion": "A String", # Content version applicable to ranges below.
diff --git a/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html b/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html index 5875191..c4d8ab8 100644 --- a/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html +++ b/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html @@ -27,13 +27,13 @@ Args:
  maxResults: integer, Maximum number of results to return
  q: string, Full-text search query string in this bookshelf.
  startIndex: integer, Index of the first element to return (starts at 0)
-  shelf: string, The bookshelf id or name retrieve volumes for.
+  shelf: string, The bookshelf id or name retrieve volumes for. (required)
 
Returns:
  An object of the form
 
    {
-    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated. Total number of volumes found.
+    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.
    "items": [ # A list of volumes.
      {
        "kind": "books#volume", # Resource type for a volume. (In LITE projection.)
diff --git a/docs/dyn/books.v1.volumes.html b/docs/dyn/books.v1.volumes.html index 6f5309f..bbe792a 100644 --- a/docs/dyn/books.v1.volumes.html +++ b/docs/dyn/books.v1.volumes.html @@ -204,7 +204,7 @@ Returns:
  An object of the form
 
    {
-    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated. Total number of volumes found.
+    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.
    "items": [ # A list of volumes.
      {
        "kind": "books#volume", # Resource type for a volume. (In LITE projection.)
diff --git a/docs/dyn/discovery.v1.apis.html b/docs/dyn/discovery.v1.apis.html index 8b3ca44..957ea70 100644 --- a/docs/dyn/discovery.v1.apis.html +++ b/docs/dyn/discovery.v1.apis.html @@ -24,14 +24,11 @@ Returns:
  An object of the form
 
    {
+    "schemas": { # The schemas for this API.
+    },
    "kind": "discovery#restDescription", # The kind for this response.
-    "labels": [ # Labels for the status of this API, such as labs or deprecated.
-      "A String",
-    ],
    "protocol": "rest", # The protocol described by this document.
-    "features": [ # A list of supported features for this API.
-      "A String",
-    ],
+    "description": "A String", # The description of this API.
    "parameters": { # Common parameters that apply across all apis.
    },
    "icons": { # Links to 16x16 and 32x32 icons representing the API.
@@ -39,7 +36,9 @@ Returns:
      "x16": "A String", # The url of the 16x16 icon.
    },
    "basePath": "A String", # The base path for REST requests.
-    "description": "A String", # The description of this API.
+    "labels": [ # Labels for the status of this API, such as labs or deprecated.
+      "A String",
+    ],
    "baseUrl": "A String", # The base URL for REST requests.
    "auth": { # Authentication information.
      "oauth2": { # OAuth 2.0 authentication information.
@@ -51,9 +50,12 @@ Returns:
    "methods": { # API-level methods for this API.
    },
    "version": "A String", # The version of this API.
+    "features": [ # A list of supported features for this API.
+      "A String",
+    ],
    "title": "A String", # The title of this API.
-    "schemas": { # The schemas for this API.
-    },
+    "discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.
+    "revision": "A String", # The version of this API.
    "id": "A String", # The id of this API.
    "resources": { # The resources in this API.
    },
@@ -96,6 +98,7 @@ Returns:
        "documentationLink": "A String", # A link to human readable documentation for the API.
      },
    ],
+    "discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.
    "kind": "discovery#directoryList", # The kind for this response.
  }
diff --git a/docs/dyn/shopping.v1.products.html b/docs/dyn/shopping.v1.products.html index 6bb6623..77436a2 100644 --- a/docs/dyn/shopping.v1.products.html +++ b/docs/dyn/shopping.v1.products.html @@ -283,7 +283,6 @@ Args:
  location: string, Location used to determine tax and shipping
  maxVariants: integer, Maximum number of variant results to return per result
  debug_searchRequest: boolean, Google Internal
-  app: string, The internal application that generated the request (if any).
  relatedQueries_enabled: boolean, Whether to return related queries
  facets_useGcsConfig: boolean, Whether to return facet information as configured in the GCS account
  safe: boolean, Whether safe search is enabled. Default: true
diff --git a/docs/oauth2client.anyjson.html b/docs/oauth2client.anyjson.html index bc5d0ab..64e06ed 100644 --- a/docs/oauth2client.anyjson.html +++ b/docs/oauth2client.anyjson.html @@ -8,7 +8,7 @@  
 
oauth2client.anyjson
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/anyjson.py
+>index
/home/jcgregorio/projects/google-api-python-client/oauth2client/anyjson.py

Utility module to import a JSON module
 
Hides all the messy details of exactly where
diff --git a/docs/oauth2client.client.html b/docs/oauth2client.client.html index e0f8012..d84b7c5 100644 --- a/docs/oauth2client.client.html +++ b/docs/oauth2client.client.html @@ -8,7 +8,7 @@  
 
oauth2client.client
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/client.py
+>index
/home/jcgregorio/projects/google-api-python-client/oauth2client/client.py

An OAuth 2.0 client.
 
Tools for interacting with OAuth 2.0 protected resources.

@@ -489,7 +489,7 @@ Subclasses must define an a an HTTP transport.
 
Subclasses must also specify a classmethod named 'from_json' that takes a JSON
-string as input and returns an instaniated Crentials 
object.
 
+string as input and returns an instaniated Credentials object.
 
  Methods defined here:
apply(self, headers)
Add the authorization to the headers.
diff --git a/docs/oauth2client.clientsecrets.html b/docs/oauth2client.clientsecrets.html index 639880a..1c64567 100644 --- a/docs/oauth2client.clientsecrets.html +++ b/docs/oauth2client.clientsecrets.html @@ -8,7 +8,7 @@  
 
oauth2client.clientsecrets
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/clientsecrets.py
+>index
/home/jcgregorio/projects/google-api-python-client/oauth2client/clientsecrets.py

Utilities for reading OAuth 2.0 client secret files.
 
A client_secrets.json file contains all the information needed to interact with
diff --git a/docs/oauth2client.crypt.html b/docs/oauth2client.crypt.html index 99d390f..5dba279 100644 --- a/docs/oauth2client.crypt.html +++ b/docs/oauth2client.crypt.html @@ -8,7 +8,7 @@  
 
oauth2client.crypt
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/crypt.py
+>index
/home/jcgregorio/projects/google-api-python-client/oauth2client/crypt.py

# -*- coding: utf-8 -*-
#
# Copyright (C) 2011 Google Inc.
diff --git a/docs/oauth2client.file.html b/docs/oauth2client.file.html index 38fb5f6..07497d0 100644 --- a/docs/oauth2client.file.html +++ b/docs/oauth2client.file.html @@ -8,7 +8,7 @@  
 
oauth2client.file
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/file.py
+>index
/home/jcgregorio/projects/google-api-python-client/oauth2client/file.py

Utilities for OAuth.
 
Utilities for making it easier to work with OAuth 2.0
diff --git a/docs/oauth2client.html b/docs/oauth2client.html index 25270c4..906d6c8 100644 --- a/docs/oauth2client.html +++ b/docs/oauth2client.html @@ -8,7 +8,7 @@  
 
oauth2client
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/__init__.py
+>index
/home/jcgregorio/projects/google-api-python-client/oauth2client/__init__.py

diff --git a/docs/oauth2client.multistore_file.html b/docs/oauth2client.multistore_file.html index a6fd9c7..11d0fea 100644 --- a/docs/oauth2client.multistore_file.html +++ b/docs/oauth2client.multistore_file.html @@ -8,7 +8,7 @@
 
 
oauth2client.multistore_file
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/multistore_file.py
+>index
/home/jcgregorio/projects/google-api-python-client/oauth2client/multistore_file.py

Multi-credential file store with lock support.
 
This module implements a JSON credential store where multiple
diff --git a/docs/oauth2client.tools.html b/docs/oauth2client.tools.html index f7e39b9..0c0c3b0 100644 --- a/docs/oauth2client.tools.html +++ b/docs/oauth2client.tools.html @@ -8,7 +8,7 @@  
 
oauth2client.tools
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/tools.py
+>index
/home/jcgregorio/projects/google-api-python-client/oauth2client/tools.py

Command-line tools for authenticating via OAuth 2.0
 
Do the OAuth 2.0 Web Server dance for a command line application. Stores the
diff --git a/docs/uritemplate.html b/docs/uritemplate.html index d3a2e36..585f50e 100644 --- a/docs/uritemplate.html +++ b/docs/uritemplate.html @@ -8,7 +8,7 @@  
 
uritemplate
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/uritemplate/__init__.py
+>index
/home/jcgregorio/projects/google-api-python-client/uritemplate/__init__.py

# Early, and incomplete implementation of -04.
#