GitXplorerGitXplorer
p

gdata-python-client

public
1 stars
0 forks
196 issues

Commits

List of commits on branch master.
Unverified
f8ae31d178185bf7b535d6d5e2d3217fdc6623ed

Adding an OAuth2Token subclass which can interact with google-api-python-client.

committed 12 years ago
Unverified
30640782330d3f4558ebdab6779ef9127bf6bed6

Modifying Content API for Shopping client to use schema projection.

committed 12 years ago
Unverified
070e5c353dc1d2067b6e3c5c16a285bc44e28845

Adding in ability to change Content for Shopping base URI via a kwarg for client constructor. (Fixes 6479060).

committed 12 years ago
Unverified
495ec3cccaded488a5c39dee8d561cd47902afb2

Adding paid clicks to Content API performance datapoint. (Issue 6443130)

committed 12 years ago
Unverified
17ca8c56b39bae90ad2e2677dca58fd5bd63cd8f

Adding support for adwords_accounts settings element in managedaccounts feed of Content API. (6443092)

committed 12 years ago
Unverified
1019509bcd7eabe9d59464637212dc01e50d7c87

Changing OAuth2 Authorization Header lead in from OAuth to Bearer (per http://goo.gl/QDiLZ). (issue 6455060)

committed 12 years ago

README

The README file for this repository.

Copyright (C) 2006-2010 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

For more information on the GData Python client library, please see the 

project on code.google.com's hosting service here: http://code.google.com/p/gdata-python-client/

Dependency Modules

ElementTree - For XML parsing, download here: http://effbot.org/zone/element-index.htm

httplib - Part of the core Python library since version 2.0, so it should already be present.

urllib - For URL creation and URL encoding, should already be present in current versions of Python.