aboutsummaryrefslogtreecommitdiff
path: root/apiclient
AgeCommit message (Expand)Author
2021-07-23fix: drop six dependency (#1452)Anthonios Partheniou
2020-04-21Remove apiclient.__version__ (#871)Kamil BreguĊ‚a
2019-10-30chore: blacken (#772)Bu Sun Kim
2018-06-04Make apiclient.sample_tools optional (#525)Eric Wolak
2018-06-04Remove check for a failed googleapiclient upgrade (#522)Eric Wolak
2015-03-09Changing iteritems() to six.iteritems()Pat Ferate
2014-10-17Fix an issue with aliasing apiclient submodules.Craig Citro
2014-10-15Add another check for a failed googleapiclient upgrade.Craig Citro
2014-10-15Clean up imports in apiclient/__init__.py.Craig Citro
2014-10-15Add __version__ to apiclient.Craig Citro
2014-10-13Add apiclient as an alias for googleapiclient.Craig Citro
2014-04-24Transition apiclient from googlecode to github.John Asmuth
2013-08-02Only decode JSON as utf-8.Joe Gregorio
2013-07-02Pepare for v1.2 release.Joe Gregorio
2013-07-02Bring back tools.run(), but only conditionally on gflags.Joe Gregorio
2013-06-25A new push implementation. This updates us to the latest revision of the pushJoe Gregorio
2013-06-25Clean up license headers.Joe Gregorio
2013-06-19Use the following redirects feature of httplib2 where it returns the ultimateJoe Gregorio
2013-06-14Add option to automatically retry requests.Joe Gregorio
2013-06-13Restore follow_redirects after mediadownload is done.Joe Gregorio
2013-05-13User-agent must contain (gzip).Joe Gregorio
2013-04-30The 'method' parameter for httlib2 is not positional.Joe Gregorio
2013-04-05Change user-agent to follow library version.Joe Gregorio
2013-04-05Adds apiclient.sample_tools.Joe Gregorio
2013-03-29Start removing dependence on gflags.Joe Gregorio
2013-03-14Removing unused and empty directory.Daniel Hermes
2013-03-07Prepare for v1.1 release.Joe Gregorio
2013-03-06Fixing lint errors. Fixes Issue 244.Daniel Hermes
2013-03-06Remove circular dependency.Joe Gregorio
2013-03-01Make ResumableUploadError derive from HttpError.Joe Gregorio
2013-02-28Moving parameter data and data parsing into single object.Daniel Hermes
2013-02-27Moving logic out of closure in createMethod and into helper methods.Daniel Hermes
2013-02-20Handle reasons that are None.Joe Gregorio
2013-02-12Fix typos in apiclient.discovery.__all__.Joe Gregorio
2013-01-24Modify oauth2client.multistore_file to store and retrieve credentials using a...Joe Gregorio
2013-01-07Add push notification subscriptions.Ali Afshar
2012-12-10Allow deserialized discovery docs to be passed to build_from_document().Joe Gregorio
2012-12-07Set httplib2.RETRIES to 1.Joe Gregorio
2012-12-06Fix unicode strings leaking into httplib2.Joe Gregorio
2012-11-20Moving Resource class to module level to make it serializable.Joe Gregorio
2012-11-16Reduce limit for turning GETs into POSTs to accomodate App Engine.Joe Gregorio
2012-10-23Ensure that dataWrapper feature is checked before using the 'data' value of aAli Afshar
2012-09-06Prep for 1.0 release.Joe Gregorio
2012-08-29Preparing for v1.0c3 release.Joe Gregorio
2012-08-23Handle uploading chunked media by stream.Joe Gregorio
2012-08-21Handle passing streams directly to httplib2.Joe Gregorio
2012-08-03Flows no longer need to be saved between uses.Joe Gregorio
2012-08-03Change GET to POST if URI is too long. Fixes issue #96.Joe Gregorio
2012-08-01Fix comments to match reality. Fixes issue #170.Joe Gregorio
2012-07-26More robust picking up JSON error responses.Joe Gregorio