1. 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
  2. 02f1b63 merge by Joe Gregorio · 14 years ago
  3. 6e53703 Update docs and now include oauth2client by Joe Gregorio · 14 years ago
  4. ec0f66b updated identity image to remove shrink and add drop shadow. by Joe Gregorio · 14 years ago
  5. 008bfe7 updated identity image to remove Redirect URI by Joe Gregorio · 14 years ago
  6. 91df1d0 Added identity image for OAuth2 wiki page. by Joe Gregorio · 14 years ago
  7. fb933a4 Merged two sources of Search for Shopping API samples, under the official name. by Ali Afshar · 15 years ago
  8. 7a6df3a Fix lack of top level methods from a service. by Joe Gregorio · 15 years ago
  9. 28ee089 merged by Joe Gregorio · 15 years ago
  10. 49e94d8 Clean up OAuth 2 support by Joe Gregorio · 15 years ago
  11. 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
  12. fd19cd3 Be more flexible in accepting a 401 triggering a token refresh. by Joe Gregorio · 15 years ago
  13. 695fdc1 [mq]: oauth2 by Joe Gregorio · 15 years ago
  14. 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
  15. bd46c72 API key should default to None and be an optional argument by ade@google.com · 15 years ago
  16. 7539ce9 Added support for an optional settings.py file. by ade@google.com · 15 years ago
  17. 2782948 Samples for Google Search API for Shopping from Ali Afshar. by Joe Gregorio · 15 years ago
  18. b0b8eb7 merge by Joe Gregorio · 15 years ago
  19. 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
  20. 7911c2d Updated module name by ade@google.com · 15 years ago
  21. b4b94b3 Merge by ade@google.com · 15 years ago
  22. dcdd038 Revised the decorator. Now all the parameters can be configured via the decorator. by ade@google.com · 15 years ago
  23. a703ec2 merge by Joe Gregorio · 15 years ago
  24. 88243be Added Google URL Shortener API sample by Joe Gregorio · 15 years ago
  25. e45ea6c The underlying http object used by SimpleWrapper is now exposed as a member variable called http. by ade@google.com · 15 years ago
  26. 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
  27. 60a53c0 Removed buzz_gae_client.py and it's associated tests. by ade@google.com · 15 years ago
  28. 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
  29. 3fada33 Fixed bug with nested resources by Joe Gregorio · 15 years ago
  30. 48c1caa Fix bug 7. Also, clean up the app engine template to make the happy path happier. by Joe Gregorio · 15 years ago
  31. 83a7f6a Add in a skeleton App Engine project that still does OAuth 1.0 by Joe Gregorio · 15 years ago
  32. d4e1456 Fix some other tests broken by the new HttpError implementation by Joe Gregorio · 15 years ago
  33. a14f016 Merge in better json error handling from Ali Afshar by Joe Gregorio · 15 years ago
  34. 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
  35. 46aad17 Added ability to login to buzz and store oacurl.java compatible credentials in ~/.oacurl.properties by ade@google.com · 15 years ago
  36. 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
  37. 5d716f6 Added --help argument by ade@google.com · 15 years ago
  38. ab828ae Correct name for the shopping search api by Joe Gregorio · 15 years ago
  39. ec736d9 Added a shopping sample and also adding shopping to api-python-client-doc by Joe Gregorio · 15 years ago
  40. 89174d2 relative import fixup by Joe Gregorio · 15 years ago
  41. c672246 fix import of httplib2 by Joe Gregorio · 15 years ago
  42. 3cf90d0 clean up generated html files to reflect name changes by Joe Gregorio · 15 years ago
  43. 8da4186 Reformatted docstrings to be consistent with the rest of the code. by Ali Afshar · 15 years ago
  44. 2dcc652 Improve error displaying, and move error display logic into the error module. by Ali Afshar · 15 years ago
  45. 034e700 Fix import of simplejson by Joe Gregorio · 15 years ago
  46. b843fa2 Fixed relative imports in apiclient by Joe Gregorio · 15 years ago
  47. 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
  48. 2b3ce69 Moved buzz_gae_client.py to contrib. Made runtests.py handle the nested folders by ade@google.com · 15 years ago
  49. 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
  50. 364e695 Added SimpleBuzzWrapper and tests by ade@google.com · 15 years ago
  51. 0cb157a Made it possible to run a specific folder of tests by ade@google.com · 15 years ago
  52. 6e54a91 Refactored runtests.py so that it can run contrib_tests by ade@google.com · 15 years ago
  53. 7931ee9 Fixed broken test that wasn't calling .execute() by ade@google.com · 15 years ago
  54. 464e9b9 Merge by ade@google.com · 15 years ago
  55. 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
  56. 3309c9e Added the start of a FAQ by ade@google.com · 15 years ago
  57. 30dfdc3 Added script to generate pydoc, and all the generated pydoc also. by Joe Gregorio · 15 years ago
  58. fc328da Ignore all *.dat files by Joe Gregorio · 15 years ago
  59. 58b9594 revert Makefile after sphinx clobbered it. by Joe Gregorio · 15 years ago
  60. d27ae3e Add missing test files from previous addition of mocks. by Joe Gregorio · 15 years ago
  61. 3ad5e9a Add missing files from previous addition of mocks. by Joe Gregorio · 15 years ago
  62. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 15 years ago
  63. a12c7d6 Clean up descriptions by Joe Gregorio · 15 years ago
  64. 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
  65. 913e70d No longer adding in the 'data' wrapper object if it is missing, as some APIs don't use it. by Joe Gregorio · 15 years ago
  66. 430178b Added prediction to client doc sample by Joe Gregorio · 15 years ago
  67. 06d60a0 Updated api-python-client-doc application to list the three new APIs by Joe Gregorio · 15 years ago
  68. 5e4aa15 Added Custom Search example by Joe Gregorio · 15 years ago
  69. 618e63b Added sample for translate v2 api by Joe Gregorio · 15 years ago
  70. f17cbd3 Clean up sample comments by Joe Gregorio · 15 years ago
  71. 3513902 Added diacritize sample by Joe Gregorio · 15 years ago
  72. 3b3a191 Fix up discovery_extras.py for v0.2beta1 support by Joe Gregorio · 15 years ago
  73. aeb78b7 Renamed apiclient.ext.django to django_orm to prevent accidental shadowing of django library (issue 3, comment 2) by Tom Miller · 15 years ago
  74. b10a240 Added apiclient.ext to list of packages to install in setup.py by Tom Miller · 15 years ago
  75. 78a508d Be robust in what you accept, which might be a JSON object w/o an outer wrapper 'data' object. by Joe Gregorio · 15 years ago
  76. 0802a17 Added Latitude sample. by Joe Gregorio · 15 years ago
  77. 20cfcda Fixed nested resources in api-python-client-doc by Joe Gregorio · 15 years ago
  78. 0198590 merged by Joe Gregorio · 15 years ago
  79. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 15 years ago
  80. a2a899d Merge by ade@google.com · 15 years ago
  81. c7da92b Added the beginnings of an oacurl.py tool. At the moment it only does fetches and it requires you to have already used the Java version of oacurl to create the ~/.oacurl.properties file that it depends upon. by ade@google.com · 15 years ago
  82. c2ce62a Fixes issue #1. by Joe Gregorio · 15 years ago
  83. c935907 Fixes issue #1. by Joe Gregorio · 15 years ago
  84. c36ac53 Group listing bug is now fixed in the Buzz back-end so I've enabled the test by ade@google.com · 15 years ago
  85. 582a99a Merged in Joe's django utilities changes by ade@google.com · 15 years ago
  86. 41b2603 Added test for creating and deleting groups by ade@google.com · 15 years ago
  87. c63823a Move django utilities from sample into .ext. by Joe Gregorio · 15 years ago
  88. 5185853 Added a test for getting profiles via numeric identifiers by ade@google.com · 15 years ago
  89. 0c73a67 Added sample that shows how to use threads and queues to batch up requests. by Joe Gregorio · 15 years ago
  90. 7918e23 merge by Joe Gregorio · 15 years ago
  91. 214d19c Added in missing file. by Joe Gregorio · 15 years ago
  92. aca9646 Ignore .dat files with credentials in them by Joe Gregorio · 15 years ago
  93. f658e32 Consolidate all of the wonky code for the various places that simplejson could be imported from all into one place. by Joe Gregorio · 15 years ago
  94. 0c3c29d updated future.json files to match current services by Joe Gregorio · 15 years ago
  95. c378c6d Fixed outdated path to buzz.py and three_legged_dance.py by Tom Miller · 15 years ago
  96. 8fa1e59 merge by Tom Miller · 15 years ago
  97. 7c95d81 Modified README and setup.py to install apiclient and included third party libraries. by Tom Miller · 15 years ago
  98. a346c55 Added README to api-python-client-doc by Joe Gregorio · 15 years ago
  99. c0b6396 Renamed helpdoc to api-python-client-doc to make it easeier to find and associate with the appspot.com application. by Joe Gregorio · 15 years ago
  100. 8963ff9 Added test of new model where 'data' wrapper isn't added if it isn't necessary. This will allow developers to cut and paste JSON from the developer docs into Python code and it should just work. by Joe Gregorio · 15 years ago