1. d2ee4d8 Fixed bug with refreshing tokens in file Storage by Joe Gregorio · 13 years ago
  2. 562b731 Stage 1 conversion to JSON for storing Credentials. by Joe Gregorio · 13 years ago
  3. 093d9bf Add GAN samples. by Joe Gregorio · 13 years ago
  4. 03aac12 Add Analytics Management API sample. by Joe Gregorio · 13 years ago
  5. 4bd78e2 Sample python client code for Admin Audit API - first version by rahulpaul@google.com · 13 years ago
  6. 49cd5f8 imported patch issue4815077_3002.diff by Robert Kaplow · 13 years ago
  7. cb6d891 Remove user_agent from app engine helpers. by JacobMoshenko · 13 years ago
  8. cba06d5 Added gadget wrapper for a presentation to be placed in the codesite wiki. by Joe Gregorio · 13 years ago
  9. c47fab7 Add oauth2client as a completely separate library. by Joe Gregorio · 13 years ago
  10. 9c8588a Update api-python-client-doc to also serve up a gadget by Joe Gregorio · 13 years ago
  11. 8e90510 Add robot helpers and a sample. by JacobMoshenko · 13 years ago
  12. d7bba20 add missing simlinks for tasks_appengine sample by Johan Euphrosine · 13 years ago
  13. da68b33 add Tasks API App Engine sample by Johan Euphrosine · 13 years ago
  14. 14edb84 Moving to new discovery version in taskqueue sample. by Joe Gregorio · 13 years ago
  15. 65826f9 Fix prediction sample to comply with updated insert request and take data as command-line flag. by Joe Gregorio · 13 years ago
  16. aae127a Added placeholder samples for the oauth2decorator. by Joe Gregorio · 13 years ago
  17. bd89940 rollback new_project_template sample from using the decorator by Joe Gregorio · 13 years ago
  18. 432f17e oauth2decorator, reviewed in http://codereview.appspot.com/4524063/ by Joe Gregorio · 13 years ago
  19. 8097e2a Fixes issue #28, updating the return_uri to /oauth2callback. Also updated README. by Joe Gregorio · 13 years ago
  20. 7d79121 Fix samples so that they catch AccessTokenRefreshError. by Joe Gregorio · 13 years ago
  21. 239855e Add TaskQueue sample. by Joe Gregorio · 13 years ago
  22. 821e164 Update sample to latest discovery format. Reviewed in http://codereview.appspot.com/4468041/ by Joe Gregorio · 13 years ago
  23. 123f5db Clean up landing page for api-python-client-doc, adding in API name and version columns. by Joe Gregorio · 13 years ago
  24. 6a63a76 Update to use the latest version of discovery. by Joe Gregorio · 13 years ago
  25. 652898b Add sample_generator.py and update samples to via generator. by Joe Gregorio · 13 years ago
  26. 2a5f413 Add support for Protocol Buffers as an API serialization format by Matt McDonald · 13 years ago
  27. 30a08fd Update new_project_template to use OAuth 2.0. Also update upload-diffs.py to latest from Rietveld. by Joe Gregorio · 13 years ago
  28. d1ee5e2 Added missing symlink. by Joe Gregorio · 13 years ago
  29. 1ef83e1 Fix problem with runsamples erroring on logging. Add in missing api-python-client-doc file. by Joe Gregorio · 13 years ago
  30. c968a57 Removing OAuth 2.0 Latitude sample. by Joe Gregorio · 13 years ago
  31. b17c763 Install now with expanded symlinks for those platforms that don't support them. by Joe Gregorio · 13 years ago
  32. 20a5aa9 Updated copyright notices where appropriate and refreshed generated docs. by Joe Gregorio · 13 years ago
  33. 05375c0 Switch over the threadqueue sample from moderator to urlshortener. by Joe Gregorio · 13 years ago
  34. 06d852b Cleaning up 2.7 compatibility and more work on installer. by Joe Gregorio · 13 years ago
  35. e9e236f Clean up README and add lots of comments to moderator.py by Joe Gregorio · 13 years ago
  36. f415342 imported patch partial-and-patch by Joe Gregorio · 13 years ago
  37. 6abf870 Moved OAuth 2.0 samples up to the top level. by Joe Gregorio · 13 years ago
  38. c5edb3c List of APIs is now built dynamically. by Joe Gregorio · 13 years ago
  39. b3ec0f4 Fixed source in Search API for Shopping example. by Ali Afshar · 13 years ago
  40. 80bc931 Added runsamples.py which allows the caller to run all the sample applications in a given directory. by Joe Gregorio · 13 years ago
  41. 205e73a Cleanup of samples including adding flags to control logging. by Joe Gregorio · 13 years ago
  42. fa6630c Added sample for dailymotion by Joe Gregorio · 13 years ago
  43. 9e5fe4d OAuth 2.0 uses new endpoints. OAuth 2.0 moderator sample uses gflags. OAuth 2.0 tools.run adds a local web server to handle redirect_uri if possible. by Joe Gregorio · 13 years ago
  44. b577f99 Update to the latest auth and token uris by Joe Gregorio · 13 years ago
  45. 3157a74 Update sample to reflect final destination in wiki documentation. by Joe Gregorio · 13 years ago
  46. 4939655 Enhanced HttpError to now include the original request URI if possible. by Joe Gregorio · 13 years ago
  47. afdf50b Added more logging and changed flag name by Joe Gregorio · 13 years ago
  48. 34044bc Added LoggingJsonModel and a sample application, debugging/main.py, on how to use it. by Joe Gregorio · 13 years ago
  49. 0eec308 Added tznever sample by Joe Gregorio · 13 years ago
  50. 6429bf6 Adds make targets 'release' and 'prerelease' which build release by Joe Gregorio · 13 years ago
  51. 1ae3e74 Updated all samples to use 'service' as the object returned from build() by Joe Gregorio · 13 years ago
  52. f863f7a Default the data wrapper to off. When converting based on types, don't convert things that are already strings or unicode by Joe Gregorio · 13 years ago
  53. 266c644 Added Prediction sample by Joe Gregorio · 13 years ago
  54. 61d7e96 Added support for repeating parameters by Joe Gregorio · 13 years ago
  55. 0fb19e1 Simplify api-python-client-doc and add Home link back in. by Joe Gregorio · 13 years ago
  56. 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 · 13 years ago
  57. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 13 years ago
  58. 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 · 13 years ago
  59. c3fae8a Move to v0.3 discovery and use method and parameter descriptions if available. by Joe Gregorio · 13 years ago
  60. a0a52e4 Moving over OAuth 1.0 to use Storage, and updating samples to handle token revocation. by Joe Gregorio · 13 years ago
  61. 9ce4b62 Moving all OAuth code and samples to use Storage consistently by Joe Gregorio · 13 years ago
  62. 3b79fa8 Added AccessTokenCredentials by Joe Gregorio · 13 years ago
  63. 6c0ebb7 Added a sample for OAuth 2.0 and Django by Joe Gregorio · 13 years ago
  64. d81ecb0 Clean up buzz example so it is just one file. by Joe Gregorio · 13 years ago
  65. deeb020 Cleaned up OAuth 2.0 support fully using Storage() and updating samples. by Joe Gregorio · 13 years ago
  66. fb933a4 Merged two sources of Search for Shopping API samples, under the official name. by Ali Afshar · 13 years ago
  67. 7a6df3a Fix lack of top level methods from a service. by Joe Gregorio · 13 years ago
  68. 49e94d8 Clean up OAuth 2 support by Joe Gregorio · 13 years ago
  69. 695fdc1 [mq]: oauth2 by Joe Gregorio · 14 years ago
  70. 2782948 Samples for Google Search API for Shopping from Ali Afshar. by Joe Gregorio · 14 years ago
  71. 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 · 14 years ago
  72. 88243be Added Google URL Shortener API sample by Joe Gregorio · 14 years ago
  73. f93b13d Applied Will Norri's patch to the appengine project template so that OAuth now works on localhost by ade@google.com · 14 years ago
  74. 39e2a4e Applied Will Norris's patch so that OAuth will work on localhost in the appengine Buzz sample by ade@google.com · 14 years ago
  75. 3fada33 Fixed bug with nested resources by Joe Gregorio · 14 years ago
  76. 48c1caa Fix bug 7. Also, clean up the app engine template to make the happy path happier. by Joe Gregorio · 14 years ago
  77. 83a7f6a Add in a skeleton App Engine project that still does OAuth 1.0 by Joe Gregorio · 14 years ago
  78. 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 · 14 years ago
  79. ab828ae Correct name for the shopping search api by Joe Gregorio · 14 years ago
  80. ec736d9 Added a shopping sample and also adding shopping to api-python-client-doc by Joe Gregorio · 14 years ago
  81. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 14 years ago
  82. a12c7d6 Clean up descriptions by Joe Gregorio · 14 years ago
  83. bc2ff9b Fix for a temporary problem with discovery documents. Now query vs path parameters are inferred from the restPath. by Joe Gregorio · 14 years ago
  84. 913e70d No longer adding in the 'data' wrapper object if it is missing, as some APIs don't use it. by Joe Gregorio · 14 years ago
  85. 430178b Added prediction to client doc sample by Joe Gregorio · 14 years ago
  86. 06d60a0 Updated api-python-client-doc application to list the three new APIs by Joe Gregorio · 14 years ago
  87. 5e4aa15 Added Custom Search example by Joe Gregorio · 14 years ago
  88. 618e63b Added sample for translate v2 api by Joe Gregorio · 14 years ago
  89. f17cbd3 Clean up sample comments by Joe Gregorio · 14 years ago
  90. 3513902 Added diacritize sample by Joe Gregorio · 14 years ago
  91. 3b3a191 Fix up discovery_extras.py for v0.2beta1 support by Joe Gregorio · 14 years ago
  92. aeb78b7 Renamed apiclient.ext.django to django_orm to prevent accidental shadowing of django library (issue 3, comment 2) by Tom Miller · 14 years ago
  93. 0802a17 Added Latitude sample. by Joe Gregorio · 14 years ago
  94. 20cfcda Fixed nested resources in api-python-client-doc by Joe Gregorio · 14 years ago
  95. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 14 years ago
  96. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  97. c63823a Move django utilities from sample into .ext. by Joe Gregorio · 14 years ago
  98. 0c73a67 Added sample that shows how to use threads and queues to batch up requests. by Joe Gregorio · 14 years ago
  99. a346c55 Added README to api-python-client-doc by Joe Gregorio · 14 years ago
  100. c0b6396 Renamed helpdoc to api-python-client-doc to make it easeier to find and associate with the appspot.com application. by Joe Gregorio · 14 years ago