Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
266c64466d3126ffbbd08ab1fde71aaf332b1081
266c644
Added Prediction sample
by Joe Gregorio
· 14 years ago
1089444
JsonModel data_wrapper should default to false
by Joe Gregorio
· 14 years ago
4797ef7
merge
by Joe Gregorio
· 14 years ago
e1de416
Clean up imports
by Joe Gregorio
· 14 years ago
93a7f7c
Corrected docstring on AccessTokenCredentials class
by ade@google.com
· 14 years ago
ad258e2
Refreshed docs, now with repeated params
by Joe Gregorio
· 14 years ago
61d7e96
Added support for repeating parameters
by Joe Gregorio
· 14 years ago
ca876e4
Fixed checking for stack query parameters so they actually get added to the query paramters.
by Joe Gregorio
· 14 years ago
1321795
Add passthrough for query parameters that the stack uses but that don't appear in discovery.
by Joe Gregorio
· 14 years ago
560b532
Make file based Storage thread safe.
by Joe Gregorio
· 14 years ago
d433b2a
Now using the dataWrapper features flag to control serialization of JSON requests.
by Joe Gregorio
· 14 years ago
c2a7393
Now adding type information and enum descriptions into inline docs
by Joe Gregorio
· 14 years ago
bee8683
Now using type from discovery document to properly cast method parameters. Also added in checking for values that are enums.
by Joe Gregorio
· 14 years ago
0fb19e1
Simplify api-python-client-doc and add Home link back in.
by Joe Gregorio
· 14 years ago
afc45f2
Use html output of pydoc in api-python-client-doc application. Also generate a static linked set of documents for all apis that we know about.
by Joe Gregorio
· 14 years ago
55d5818
Added httplib2 and uritemplate to generated docs
by Joe Gregorio
· 14 years ago
f826111
updated docs
by Joe Gregorio
· 14 years ago
ccc7954
Fix refresh token handling and add unit tests for oauth2client.client
by Joe Gregorio
· 14 years ago
fffa7d7
Finish adding Storage to the OAuth 1.0 client and updated all examples to use file.Storage. No more three_legged_dance.py files anywhere.
by Joe Gregorio
· 14 years ago
825d78d
cleanup comments
by Joe Gregorio
· 14 years ago
c3fae8a
Move to v0.3 discovery and use method and parameter descriptions if available.
by Joe Gregorio
· 14 years ago
790bddd
switch over to using discovery v0.3, now using descriptions if available
by Joe Gregorio
· 14 years ago
a0a52e4
Moving over OAuth 1.0 to use Storage, and updating samples to handle token revocation.
by Joe Gregorio
· 14 years ago
9b57dd3
Add in missing ext/file.py
by Joe Gregorio
· 14 years ago
9ce4b62
Moving all OAuth code and samples to use Storage consistently
by Joe Gregorio
· 14 years ago
3b79fa8
Added AccessTokenCredentials
by Joe Gregorio
· 14 years ago
ec34365
Added default for HttpMock
by Joe Gregorio
· 14 years ago
6c0ebb7
Added a sample for OAuth 2.0 and Django
by Joe Gregorio
· 14 years ago
7c22ab2
Clean up doc strings and unused imports
by Joe Gregorio
· 14 years ago
1b63a69
merged
by Joe Gregorio
· 14 years ago
d81ecb0
Clean up buzz example so it is just one file.
by Joe Gregorio
· 14 years ago
fc1e278
Fixes for OAuth 2.0 support in Django
by Joe Gregorio
· 14 years ago
deeb020
Cleaned up OAuth 2.0 support fully using Storage() and updating samples.
by Joe Gregorio
· 14 years ago
cb8103d
Move HttpMock out of tests and into apiclient.http. Update tests that used HttpMock
by Joe Gregorio
· 14 years ago
ded54c5
Added missing doc file.
by Joe Gregorio
· 14 years ago
abda96f
Added in more documentation, cleaned up use of postproc in HttpRequest and refreshed docs
by Joe Gregorio
· 14 years ago
4b2e51a
Changed OAuth 2.0 to only refresh an access_token upon seeing a 401, ignoring token_expiry for now.
by Joe Gregorio
· 14 years ago
02f1b63
merge
by Joe Gregorio
· 14 years ago
6e53703
Update docs and now include oauth2client
by Joe Gregorio
· 14 years ago
ec0f66b
updated identity image to remove shrink and add drop shadow.
by Joe Gregorio
· 15 years ago
008bfe7
updated identity image to remove Redirect URI
by Joe Gregorio
· 15 years ago
91df1d0
Added identity image for OAuth2 wiki page.
by Joe Gregorio
· 15 years ago
fb933a4
Merged two sources of Search for Shopping API samples, under the official name.
by Ali Afshar
· 15 years ago
7a6df3a
Fix lack of top level methods from a service.
by Joe Gregorio
· 15 years ago
28ee089
merged
by Joe Gregorio
· 15 years ago
49e94d8
Clean up OAuth 2 support
by Joe Gregorio
· 15 years ago
237f605
Updated the useage instructions to mention that you need to use the python interpreter to run it
by ade@google.com
· 15 years ago
fd19cd3
Be more flexible in accepting a 401 triggering a token refresh.
by Joe Gregorio
· 15 years ago
695fdc1
[mq]: oauth2
by Joe Gregorio
· 15 years ago
89487c6
Tweaked code so that you don't have to specify API_KEY anywhere other than in settings.py
by ade@google.com
· 15 years ago
bd46c72
API key should default to None and be an optional argument
by ade@google.com
· 15 years ago
7539ce9
Added support for an optional settings.py file.
by ade@google.com
· 15 years ago
2782948
Samples for Google Search API for Shopping from Ali Afshar.
by Joe Gregorio
· 15 years ago
b0b8eb7
merge
by Joe Gregorio
· 15 years ago
292b9b8
Add in the abilitiy to run from a local static (as opposed to cached) discovery document. Also added sample for same.
by Joe Gregorio
· 15 years ago
7911c2d
Updated module name
by ade@google.com
· 15 years ago
b4b94b3
Merge
by ade@google.com
· 15 years ago
dcdd038
Revised the decorator. Now all the parameters can be configured via the decorator.
by ade@google.com
· 15 years ago
a703ec2
merge
by Joe Gregorio
· 15 years ago
88243be
Added Google URL Shortener API sample
by Joe Gregorio
· 15 years ago
e45ea6c
The underlying http object used by SimpleWrapper is now exposed as a member variable called http.
by ade@google.com
· 15 years ago
f93b13d
Applied Will Norri's patch to the appengine project template so that OAuth now works on localhost
by ade@google.com
· 15 years ago
60a53c0
Removed buzz_gae_client.py and it's associated tests.
by ade@google.com
· 15 years ago
39e2a4e
Applied Will Norris's patch so that OAuth will work on localhost in the appengine Buzz sample
by ade@google.com
· 15 years ago
3fada33
Fixed bug with nested resources
by Joe Gregorio
· 15 years ago
48c1caa
Fix bug 7. Also, clean up the app engine template to make the happy path happier.
by Joe Gregorio
· 15 years ago
83a7f6a
Add in a skeleton App Engine project that still does OAuth 1.0
by Joe Gregorio
· 15 years ago
d4e1456
Fix some other tests broken by the new HttpError implementation
by Joe Gregorio
· 15 years ago
a14f016
Merge in better json error handling from Ali Afshar
by Joe Gregorio
· 15 years ago
f78b4b5
Moved the common code for executing the OAuth 1.0 flow into the library and enhance it to run a local web server if possible. Updated all examples to use the new code.
by Joe Gregorio
· 15 years ago
46aad17
Added ability to login to buzz and store oacurl.java compatible credentials in ~/.oacurl.properties
by ade@google.com
· 15 years ago
d9427cf
Changed the test for follower count for users who have hidden their follower count to accomodate back-end changes
by ade@google.com
· 15 years ago
5d716f6
Added --help argument
by ade@google.com
· 15 years ago
ab828ae
Correct name for the shopping search api
by Joe Gregorio
· 15 years ago
ec736d9
Added a shopping sample and also adding shopping to api-python-client-doc
by Joe Gregorio
· 15 years ago
89174d2
relative import fixup
by Joe Gregorio
· 15 years ago
c672246
fix import of httplib2
by Joe Gregorio
· 15 years ago
3cf90d0
clean up generated html files to reflect name changes
by Joe Gregorio
· 15 years ago
8da4186
Reformatted docstrings to be consistent with the rest of the code.
by Ali Afshar
· 15 years ago
2dcc652
Improve error displaying, and move error display logic into the error module.
by Ali Afshar
· 15 years ago
034e700
Fix import of simplejson
by Joe Gregorio
· 15 years ago
b843fa2
Fixed relative imports in apiclient
by Joe Gregorio
· 15 years ago
a9907a2
Added a test verifying that the SimpleBuzzWrapper can post as an authorised user. Added a property file in oacurl format for the test account. Changed wrapper to use user_ids rather than full email addresses
by ade@google.com
· 15 years ago
2b3ce69
Moved buzz_gae_client.py to contrib. Made runtests.py handle the nested folders
by ade@google.com
· 15 years ago
5ff125d
Moved tests to a sub-folder of the contrib folder. Made globs in runtest.py check one level down
by ade@google.com
· 15 years ago
364e695
Added SimpleBuzzWrapper and tests
by ade@google.com
· 15 years ago
0cb157a
Made it possible to run a specific folder of tests
by ade@google.com
· 15 years ago
6e54a91
Refactored runtests.py so that it can run contrib_tests
by ade@google.com
· 15 years ago
7931ee9
Fixed broken test that wasn't calling .execute()
by ade@google.com
· 15 years ago
464e9b9
Merge
by ade@google.com
· 15 years ago
f21095c
Force pretty-printing to always be on. This is a temporary measure to 1-aid debugging and 2-find out what impact this has on real-world usage.
by ade@google.com
· 15 years ago
3309c9e
Added the start of a FAQ
by ade@google.com
· 15 years ago
30dfdc3
Added script to generate pydoc, and all the generated pydoc also.
by Joe Gregorio
· 15 years ago
fc328da
Ignore all *.dat files
by Joe Gregorio
· 15 years ago
58b9594
revert Makefile after sphinx clobbered it.
by Joe Gregorio
· 15 years ago
d27ae3e
Add missing test files from previous addition of mocks.
by Joe Gregorio
· 15 years ago
3ad5e9a
Add missing files from previous addition of mocks.
by Joe Gregorio
· 15 years ago
af276d2
Added mocks for the generated service objects. Also fixed a bunch of formatting.
by Joe Gregorio
· 15 years ago
a12c7d6
Clean up descriptions
by Joe Gregorio
· 15 years ago
bc2ff9b
Fix for a temporary problem with discovery documents. Now query vs path parameters are inferred from the restPath.
by Joe Gregorio
· 15 years ago
Next »