FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for apiclient - BuildAPE/google-api-python-client · GitHub
BuildAPE
/
google-api-python-client
Public
forked from
googleapis/google-api-python-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
google-api-python-client
apiclient
on
master
User selector
Datepicker
Commit history
Commits on Mar 9, 2015
Changing iteritems() to six.iteritems()
pferate
committed
846befc
View commit details
Copy full SHA for 846befc
View code at this point
Browse repository at this point
Commits on Oct 18, 2014
Fix an issue with aliasing apiclient submodules.
Show description for b939a7d
craigcitro
committed
b939a7d
View commit details
Copy full SHA for b939a7d
View code at this point
Browse repository at this point
Commits on Oct 16, 2014
Add another check for a failed googleapiclient upgrade.
Show description for 0ff797d
craigcitro
committed
0ff797d
View commit details
Copy full SHA for 0ff797d
View code at this point
Browse repository at this point
Clean up imports in apiclient/__init__.py.
craigcitro
committed
0c18afc
View commit details
Copy full SHA for 0c18afc
View code at this point
Browse repository at this point
Commits on Oct 15, 2014
Add __version__ to apiclient.
craigcitro
committed
076b333
View commit details
Copy full SHA for 076b333
View code at this point
Browse repository at this point
Commits on Oct 13, 2014
Add apiclient as an alias for googleapiclient.
Show description for 7547de6
craigcitro
committed
7547de6
View commit details
Copy full SHA for 7547de6
View code at this point
Browse repository at this point
Commits on Apr 24, 2014
Transition apiclient from googlecode to github.
skelterjohn
committed
864311d
View commit details
Copy full SHA for 864311d
View code at this point
Browse repository at this point
Commits on Aug 2, 2013
Only decode JSON as utf-8.
Show description for 24a043b
jcgregorio
committed
24a043b
View commit details
Copy full SHA for 24a043b
View code at this point
Browse repository at this point
Commits on Jul 2, 2013
Pepare for v1.2 release.
Show description for ce67bc2
jcgregorio
committed
ce67bc2
View commit details
Copy full SHA for ce67bc2
View code at this point
Browse repository at this point
Bring back tools.run(), but only conditionally on gflags.
Show description for 700f13f
jcgregorio
committed
700f13f
View commit details
Copy full SHA for 700f13f
View code at this point
Browse repository at this point
Commits on Jun 25, 2013
A new push implementation. This updates us to the latest revision of the push
Show description for 1a5e30e
jcgregorio
committed
1a5e30e
View commit details
Copy full SHA for 1a5e30e
View code at this point
Browse repository at this point
Clean up license headers.
Show description for d60d1e7
jcgregorio
committed
d60d1e7
View commit details
Copy full SHA for d60d1e7
View code at this point
Browse repository at this point
Commits on Jun 19, 2013
Use the following redirects feature of httplib2 where it returns the ultimate
Show description for 238feb7
jcgregorio
committed
238feb7
View commit details
Copy full SHA for 238feb7
View code at this point
Browse repository at this point
Commits on Jun 14, 2013
Add option to automatically retry requests.
Show description for 9086bd3
jcgregorio
committed
9086bd3
View commit details
Copy full SHA for 9086bd3
View code at this point
Browse repository at this point
Commits on Jun 13, 2013
Restore follow_redirects after mediadownload is done.
Show description for 97ef1cc
jcgregorio
committed
97ef1cc
View commit details
Copy full SHA for 97ef1cc
View code at this point
Browse repository at this point
Commits on May 13, 2013
User-agent must contain (gzip).
Show description for c02f563
jcgregorio
committed
c02f563
View commit details
Copy full SHA for c02f563
View code at this point
Browse repository at this point
Commits on Apr 30, 2013
The 'method' parameter for httlib2 is not positional.
Show description for 28f34e7
jcgregorio
committed
28f34e7
View commit details
Copy full SHA for 28f34e7
View code at this point
Browse repository at this point
Commits on Apr 5, 2013
Change user-agent to follow library version.
Show description for a314b1f
jcgregorio
committed
a314b1f
View commit details
Copy full SHA for a314b1f
View code at this point
Browse repository at this point
Adds apiclient.sample_tools.
Show description for fff42f2
jcgregorio
committed
fff42f2
View commit details
Copy full SHA for fff42f2
View code at this point
Browse repository at this point
Commits on Mar 29, 2013
Start removing dependence on gflags.
Show description for 79daca0
jcgregorio
committed
79daca0
View commit details
Copy full SHA for 79daca0
View code at this point
Browse repository at this point
Commits on Mar 14, 2013
Removing unused and empty directory.
Show description for e00ac7d
Daniel Hermes
committed
e00ac7d
View commit details
Copy full SHA for e00ac7d
View code at this point
Browse repository at this point
Commits on Mar 7, 2013
Prepare for v1.1 release.
Show description for 3cc9a45
jcgregorio
committed
3cc9a45
View commit details
Copy full SHA for 3cc9a45
View code at this point
Browse repository at this point
Commits on Mar 6, 2013
Fixing lint errors. Fixes Issue 244.
Show description for f7b648f
Daniel Hermes
committed
f7b648f
View commit details
Copy full SHA for f7b648f
View code at this point
Browse repository at this point
Remove circular dependency.
Show description for 1024403
jcgregorio
committed
1024403
View commit details
Copy full SHA for 1024403
View code at this point
Browse repository at this point
Commits on Mar 1, 2013
Make ResumableUploadError derive from HttpError.
Show description for baf0480
jcgregorio
committed
baf0480
View commit details
Copy full SHA for baf0480
View code at this point
Browse repository at this point
Commits on Feb 28, 2013
Moving parameter data and data parsing into single object.
Show description for 954e124
Daniel Hermes
committed
954e124
View commit details
Copy full SHA for 954e124
View code at this point
Browse repository at this point
Commits on Feb 27, 2013
Moving logic out of closure in createMethod and into helper methods.
Show description for c211324
Daniel Hermes
committed
c211324
View commit details
Copy full SHA for c211324
View code at this point
Browse repository at this point
Commits on Feb 20, 2013
Handle reasons that are None.
Show description for e7bbbb9
jcgregorio
committed
e7bbbb9
View commit details
Copy full SHA for e7bbbb9
View code at this point
Browse repository at this point
Commits on Feb 12, 2013
Fix typos in apiclient.discovery.__all__.
Show description for 1dc5dc8
jcgregorio
committed
1dc5dc8
View commit details
Copy full SHA for 1dc5dc8
View code at this point
Browse repository at this point
Commits on Jan 24, 2013
Modify oauth2client.multistore_file to store and retrieve credentials using an arbitrary key.
Show description for e2233cd
jcgregorio
committed
e2233cd
View commit details
Copy full SHA for e2233cd
View code at this point
Browse repository at this point
Commits on Jan 7, 2013
Add push notification subscriptions.
Show description for 164f37e
aliafshar
committed
164f37e
View commit details
Copy full SHA for 164f37e
View code at this point
Browse repository at this point
Commits on Dec 10, 2012
Allow deserialized discovery docs to be passed to build_from_document().
Show description for 4772f3d
jcgregorio
committed
4772f3d
View commit details
Copy full SHA for 4772f3d
View code at this point
Browse repository at this point
Commits on Dec 7, 2012
Set httplib2.RETRIES to 1.
Show description for 504a17f
jcgregorio
committed
504a17f
View commit details
Copy full SHA for 504a17f
View code at this point
Browse repository at this point
Commits on Dec 6, 2012
Fix unicode strings leaking into httplib2.
Show description for 83f2ee6
jcgregorio
committed
83f2ee6
View commit details
Copy full SHA for 83f2ee6
View code at this point
Browse repository at this point
Commits on Nov 20, 2012
Moving Resource class to module level to make it serializable.
Show description for dc106fc
jcgregorio
committed
dc106fc
View commit details
Copy full SHA for dc106fc
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL