1. 239855e Add TaskQueue sample. by Joe Gregorio · 13 years ago
  2. 821e164 Update sample to latest discovery format. Reviewed in http://codereview.appspot.com/4468041/ by Joe Gregorio · 13 years ago
  3. 123f5db Clean up landing page for api-python-client-doc, adding in API name and version columns. by Joe Gregorio · 13 years ago
  4. 6a63a76 Update to use the latest version of discovery. by Joe Gregorio · 13 years ago
  5. 652898b Add sample_generator.py and update samples to via generator. by Joe Gregorio · 13 years ago
  6. 2a5f413 Add support for Protocol Buffers as an API serialization format by Matt McDonald · 13 years ago
  7. 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
  8. d1ee5e2 Added missing symlink. by Joe Gregorio · 13 years ago
  9. 1ef83e1 Fix problem with runsamples erroring on logging. Add in missing api-python-client-doc file. by Joe Gregorio · 13 years ago
  10. c968a57 Removing OAuth 2.0 Latitude sample. by Joe Gregorio · 13 years ago
  11. b17c763 Install now with expanded symlinks for those platforms that don't support them. by Joe Gregorio · 13 years ago
  12. 20a5aa9 Updated copyright notices where appropriate and refreshed generated docs. by Joe Gregorio · 13 years ago
  13. 05375c0 Switch over the threadqueue sample from moderator to urlshortener. by Joe Gregorio · 13 years ago
  14. 06d852b Cleaning up 2.7 compatibility and more work on installer. by Joe Gregorio · 13 years ago
  15. e9e236f Clean up README and add lots of comments to moderator.py by Joe Gregorio · 13 years ago
  16. f415342 imported patch partial-and-patch by Joe Gregorio · 13 years ago
  17. 6abf870 Moved OAuth 2.0 samples up to the top level. by Joe Gregorio · 13 years ago
  18. c5edb3c List of APIs is now built dynamically. by Joe Gregorio · 13 years ago
  19. b3ec0f4 Fixed source in Search API for Shopping example. by Ali Afshar · 13 years ago
  20. 80bc931 Added runsamples.py which allows the caller to run all the sample applications in a given directory. by Joe Gregorio · 13 years ago
  21. 205e73a Cleanup of samples including adding flags to control logging. by Joe Gregorio · 13 years ago
  22. fa6630c Added sample for dailymotion by Joe Gregorio · 13 years ago
  23. 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
  24. b577f99 Update to the latest auth and token uris by Joe Gregorio · 13 years ago
  25. 3157a74 Update sample to reflect final destination in wiki documentation. by Joe Gregorio · 13 years ago
  26. 4939655 Enhanced HttpError to now include the original request URI if possible. by Joe Gregorio · 13 years ago
  27. afdf50b Added more logging and changed flag name by Joe Gregorio · 13 years ago
  28. 34044bc Added LoggingJsonModel and a sample application, debugging/main.py, on how to use it. by Joe Gregorio · 13 years ago
  29. 0eec308 Added tznever sample by Joe Gregorio · 13 years ago
  30. 6429bf6 Adds make targets 'release' and 'prerelease' which build release by Joe Gregorio · 13 years ago
  31. 1ae3e74 Updated all samples to use 'service' as the object returned from build() by Joe Gregorio · 13 years ago
  32. 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
  33. 266c644 Added Prediction sample by Joe Gregorio · 13 years ago
  34. 61d7e96 Added support for repeating parameters by Joe Gregorio · 13 years ago
  35. 0fb19e1 Simplify api-python-client-doc and add Home link back in. by Joe Gregorio · 13 years ago
  36. 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
  37. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 13 years ago
  38. 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
  39. c3fae8a Move to v0.3 discovery and use method and parameter descriptions if available. by Joe Gregorio · 13 years ago
  40. a0a52e4 Moving over OAuth 1.0 to use Storage, and updating samples to handle token revocation. by Joe Gregorio · 13 years ago
  41. 9ce4b62 Moving all OAuth code and samples to use Storage consistently by Joe Gregorio · 13 years ago
  42. 3b79fa8 Added AccessTokenCredentials by Joe Gregorio · 13 years ago
  43. 6c0ebb7 Added a sample for OAuth 2.0 and Django by Joe Gregorio · 13 years ago
  44. d81ecb0 Clean up buzz example so it is just one file. by Joe Gregorio · 13 years ago
  45. deeb020 Cleaned up OAuth 2.0 support fully using Storage() and updating samples. by Joe Gregorio · 13 years ago
  46. fb933a4 Merged two sources of Search for Shopping API samples, under the official name. by Ali Afshar · 13 years ago
  47. 7a6df3a Fix lack of top level methods from a service. by Joe Gregorio · 13 years ago
  48. 49e94d8 Clean up OAuth 2 support by Joe Gregorio · 13 years ago
  49. 695fdc1 [mq]: oauth2 by Joe Gregorio · 14 years ago
  50. 2782948 Samples for Google Search API for Shopping from Ali Afshar. by Joe Gregorio · 14 years ago
  51. 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
  52. 88243be Added Google URL Shortener API sample by Joe Gregorio · 14 years ago
  53. 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
  54. 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
  55. 3fada33 Fixed bug with nested resources by Joe Gregorio · 14 years ago
  56. 48c1caa Fix bug 7. Also, clean up the app engine template to make the happy path happier. by Joe Gregorio · 14 years ago
  57. 83a7f6a Add in a skeleton App Engine project that still does OAuth 1.0 by Joe Gregorio · 14 years ago
  58. 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
  59. ab828ae Correct name for the shopping search api by Joe Gregorio · 14 years ago
  60. ec736d9 Added a shopping sample and also adding shopping to api-python-client-doc by Joe Gregorio · 14 years ago
  61. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 14 years ago
  62. a12c7d6 Clean up descriptions by Joe Gregorio · 14 years ago
  63. 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
  64. 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
  65. 430178b Added prediction to client doc sample by Joe Gregorio · 14 years ago
  66. 06d60a0 Updated api-python-client-doc application to list the three new APIs by Joe Gregorio · 14 years ago
  67. 5e4aa15 Added Custom Search example by Joe Gregorio · 14 years ago
  68. 618e63b Added sample for translate v2 api by Joe Gregorio · 14 years ago
  69. f17cbd3 Clean up sample comments by Joe Gregorio · 14 years ago
  70. 3513902 Added diacritize sample by Joe Gregorio · 14 years ago
  71. 3b3a191 Fix up discovery_extras.py for v0.2beta1 support by Joe Gregorio · 14 years ago
  72. 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
  73. 0802a17 Added Latitude sample. by Joe Gregorio · 14 years ago
  74. 20cfcda Fixed nested resources in api-python-client-doc by Joe Gregorio · 14 years ago
  75. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 14 years ago
  76. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  77. c63823a Move django utilities from sample into .ext. by Joe Gregorio · 14 years ago
  78. 0c73a67 Added sample that shows how to use threads and queues to batch up requests. by Joe Gregorio · 14 years ago
  79. a346c55 Added README to api-python-client-doc by Joe Gregorio · 14 years ago
  80. 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
  81. 4fb70cc merge by Joe Gregorio · 14 years ago
  82. 46b0ff6 Expanded Moderator sample. Also made JsonBody more robust, allowing the external 'data' wrapper to be passed in from the caller or added, depending on whether it is present or not. Also handle adding user-agents better, by concatenating them. by Joe Gregorio · 14 years ago
  83. e3c8b6d Broke out the moderator and buzz samples into their own directories. Also added more functionality to the buzz sample. by jcgregorio@google.com · 14 years ago
  84. 59cd951 Remove developer key from example and remove **kwargs from service collections methods by Joe Gregorio · 14 years ago
  85. c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 14 years ago
  86. cfc39d1 Made it possible to run samples from the top-level directory and we now print out the created activity. by ade@google.com · 14 years ago
  87. e48a491 First pass at a Django sample. by Joe Gregorio · 14 years ago
  88. 00cf1d9 Added in support for developer keys by Joe Gregorio · 14 years ago
  89. f6a598b fix sample so it uses the latest oauth flow by Joe Gregorio · 14 years ago
  90. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 14 years ago
  91. 6273cdd merge by Joe Gregorio · 14 years ago
  92. 140062f Clean up app engine sample by Joe Gregorio · 14 years ago
  93. d44bb00 pydoc.render_doc isn't in Python 2.5 so duplicate the functionality so it works on App Engine. by Joe Gregorio · 14 years ago
  94. c204b64 Added new appengine sample for discovery, and also cleaned up the latitude future.json file. by Joe Gregorio · 14 years ago
  95. 5f087cf Changed to a command pattern for requests. by Joe Gregorio · 14 years ago
  96. a2f56e7 Moved OAuth discovery data into future.json by Joe Gregorio · 14 years ago
  97. b8262fc Make the final page more usable with a big button on the right hand side. Also add logout link. by Joe Gregorio · 14 years ago
  98. 833313a clean up unneeded vars by Joe Gregorio · 14 years ago
  99. 845a545 Cleaned up oauth code based on feedback. Created FlowThreeLegged and OAuthCredentials classes. by Joe Gregorio · 14 years ago
  100. 67d7777 Added first pass at utility functions for OAuth. Updated command-line sample to use the utility functions. by Joe Gregorio · 14 years ago