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.latitude | index /usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/contrib/latitude/__init__.py |
| apiclient.contrib.moderator | index /usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/contrib/moderator/__init__.py |
| apiclient.discovery | index /usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/discovery.py |
Client for discovery based APIs
A client library for Google's discovery based APIs.
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.authtoolsindex
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/authtools.py
/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.fileindex
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/file.py
/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 /usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/__init__.py |
| apiclient.http | index /usr/local/google/home/jcgregorio/projects/apiclient-release/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
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/mimeparse.py
/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.modelindex
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/model.py
/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.oauthindex
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/oauth.py
/home/jcgregorio/projects/google-api-python-client/apiclient/oauth.py
Utilities for OAuth.
Utilities for making it easier to work with OAuth.
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 @@
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.clientindex
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/client.py
/home/jcgregorio/projects/google-api-python-client/oauth2client/client.py
An OAuth 2.0 client.
Tools for interacting with OAuth 2.0 protected resources.
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.cryptindex
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/crypt.py
/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.fileindex
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/file.py
/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 @@
oauth2clientindex
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/__init__.py
/home/jcgregorio/projects/google-api-python-client/oauth2client/__init__.py
| oauth2client.multistore_file | index /usr/local/google/home/jcgregorio/projects/apiclient-release/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.toolsindex
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/tools.py
/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 @@
uritemplateindex
+>index
/usr/local/google/home/jcgregorio/projects/apiclient-release/uritemplate/__init__.py
/home/jcgregorio/projects/google-api-python-client/uritemplate/__init__.py
# Early, and incomplete implementation of -04.
#