1. a98733f Reviewed in http://codereview.appspot.com/5036043/ by Joe Gregorio · 13 years ago
  2. 562b731 Stage 1 conversion to JSON for storing Credentials. by Joe Gregorio · 13 years ago
  3. a388ce3 Add checking of unexpected calls and unexpected provided body to by Joe Gregorio · 13 years ago
  4. 555f33c Fix handling of nextPageToken. Reviewed in http://codereview.appspot.com/4932041/ by Joe Gregorio · 13 years ago
  5. 84d3c1f Handle the case of maxSize missing in a discovery doc media section. by Joe Gregorio · 13 years ago
  6. 3c676f9 Add support for _next pagination with page tokens. by Joe Gregorio · 13 years ago
  7. d92897c imported patch reserved by Joe Gregorio · 13 years ago
  8. fdf7c80 Add support for media uploads as they will appear in Discovery. by Joe Gregorio · 13 years ago
  9. 3b020d6 Use gflags for AOuth 1.0. Fixes issue #33. Fixes issue #34. Reviewed in http://codereview.appspot.com/4551069/ by Joe Gregorio · 13 years ago
  10. 922b78c Add preliminary support for uploading media. by Joe Gregorio · 13 years ago
  11. e98c232 Add support for creating a PATCH body from a before and after object. by Joe Gregorio · 13 years ago
  12. 0bc7091 Add 2LO support for OAuth 1.0. by Joe Gregorio · 13 years ago
  13. 3eecaa9 Accept both lower and camelcase userip. by Joe Gregorio · 13 years ago
  14. 6a63a76 Update to use the latest version of discovery. by Joe Gregorio · 13 years ago
  15. 2a5f413 Add support for Protocol Buffers as an API serialization format by Matt McDonald · 13 years ago
  16. 20a5aa9 Updated copyright notices where appropriate and refreshed generated docs. by Joe Gregorio · 13 years ago
  17. fcb3120 alpha8 by Joe Gregorio · 13 years ago
  18. 06d852b Cleaning up 2.7 compatibility and more work on installer. by Joe Gregorio · 13 years ago
  19. e9e236f Clean up README and add lots of comments to moderator.py by Joe Gregorio · 13 years ago
  20. f415342 imported patch partial-and-patch by Joe Gregorio · 13 years ago
  21. 6f3014a Fixed 2.4 compatibility problem. Added tests to release process to make sure there are no regressions. by Joe Gregorio · 13 years ago
  22. 4d1f75f Fixed problem with missing __init__.py files. by Joe Gregorio · 13 years ago
  23. 205e73a Cleanup of samples including adding flags to control logging. by Joe Gregorio · 13 years ago
  24. 6bcbcea Added wrapper to add user-agent to requests for the non-authenticated case. by Joe Gregorio · 13 years ago
  25. 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
  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. c0e0fe9 Added exception around parsing the discovery doc. 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. 1089444 JsonModel data_wrapper should default to false by Joe Gregorio · 13 years ago
  35. 61d7e96 Added support for repeating parameters by Joe Gregorio · 13 years ago
  36. ca876e4 Fixed checking for stack query parameters so they actually get added to the query paramters. by Joe Gregorio · 13 years ago
  37. 1321795 Add passthrough for query parameters that the stack uses but that don't appear in discovery. by Joe Gregorio · 13 years ago
  38. 560b532 Make file based Storage thread safe. by Joe Gregorio · 13 years ago
  39. d433b2a Now using the dataWrapper features flag to control serialization of JSON requests. by Joe Gregorio · 13 years ago
  40. c2a7393 Now adding type information and enum descriptions into inline docs by Joe Gregorio · 13 years ago
  41. bee8683 Now using type from discovery document to properly cast method parameters. Also added in checking for values that are enums. by Joe Gregorio · 13 years ago
  42. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 13 years ago
  43. 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
  44. 825d78d cleanup comments by Joe Gregorio · 13 years ago
  45. c3fae8a Move to v0.3 discovery and use method and parameter descriptions if available. by Joe Gregorio · 13 years ago
  46. 790bddd switch over to using discovery v0.3, now using descriptions if available by Joe Gregorio · 13 years ago
  47. a0a52e4 Moving over OAuth 1.0 to use Storage, and updating samples to handle token revocation. by Joe Gregorio · 13 years ago
  48. 9b57dd3 Add in missing ext/file.py by Joe Gregorio · 13 years ago
  49. ec34365 Added default for HttpMock by Joe Gregorio · 13 years ago
  50. 7c22ab2 Clean up doc strings and unused imports by Joe Gregorio · 13 years ago
  51. d81ecb0 Clean up buzz example so it is just one file. by Joe Gregorio · 13 years ago
  52. deeb020 Cleaned up OAuth 2.0 support fully using Storage() and updating samples. by Joe Gregorio · 13 years ago
  53. cb8103d Move HttpMock out of tests and into apiclient.http. Update tests that used HttpMock by Joe Gregorio · 13 years ago
  54. abda96f Added in more documentation, cleaned up use of postproc in HttpRequest and refreshed docs by Joe Gregorio · 13 years ago
  55. 7a6df3a Fix lack of top level methods from a service. by Joe Gregorio · 13 years ago
  56. 695fdc1 [mq]: oauth2 by Joe Gregorio · 14 years ago
  57. 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
  58. 3fada33 Fixed bug with nested resources by Joe Gregorio · 14 years ago
  59. 48c1caa Fix bug 7. Also, clean up the app engine template to make the happy path happier. by Joe Gregorio · 14 years ago
  60. 83a7f6a Add in a skeleton App Engine project that still does OAuth 1.0 by Joe Gregorio · 14 years ago
  61. d4e1456 Fix some other tests broken by the new HttpError implementation by Joe Gregorio · 14 years ago
  62. a14f016 Merge in better json error handling from Ali Afshar by Joe Gregorio · 14 years ago
  63. 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
  64. 89174d2 relative import fixup by Joe Gregorio · 14 years ago
  65. c672246 fix import of httplib2 by Joe Gregorio · 14 years ago
  66. 2dcc652 Improve error displaying, and move error display logic into the error module. by Ali Afshar · 14 years ago
  67. 034e700 Fix import of simplejson by Joe Gregorio · 14 years ago
  68. b843fa2 Fixed relative imports in apiclient by Joe Gregorio · 14 years ago
  69. 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 · 14 years ago
  70. 3ad5e9a Add missing files from previous addition of mocks. by Joe Gregorio · 14 years ago
  71. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 14 years ago
  72. 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
  73. 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
  74. 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
  75. 78a508d Be robust in what you accept, which might be a JSON object w/o an outer wrapper 'data' object. by Joe Gregorio · 14 years ago
  76. 20cfcda Fixed nested resources in api-python-client-doc by Joe Gregorio · 14 years ago
  77. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 14 years ago
  78. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  79. c63823a Move django utilities from sample into .ext. by Joe Gregorio · 14 years ago
  80. 0c73a67 Added sample that shows how to use threads and queues to batch up requests. by Joe Gregorio · 14 years ago
  81. 214d19c Added in missing file. by Joe Gregorio · 14 years ago
  82. f658e32 Consolidate all of the wonky code for the various places that simplejson could be imported from all into one place. by Joe Gregorio · 14 years ago
  83. 0c3c29d updated future.json files to match current services by Joe Gregorio · 14 years ago
  84. 5e3a5fa Sync httplib2. Fix user-agent code so base libraries are listed after higher level apps/libraries user-agent. by Joe Gregorio · 14 years ago
  85. 9d821b0 Added support for requests that return an HTTP 204: No Content. Added tests for creating a private activity and for deleting activities. by ade@google.com · 14 years ago
  86. 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
  87. 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
  88. 05cd4f5 Add error classes for apiclient.discovery and apiclient.oauth by Tom Miller · 14 years ago
  89. 59cd951 Remove developer key from example and remove **kwargs from service collections methods by Joe Gregorio · 14 years ago
  90. 7ebb2ca Added patch to fix a bug introduced by V1 of the Buzz discovery document because it uses an invalid base URL. by ade@google.com · 14 years ago
  91. c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 14 years ago
  92. 2ab0de7 Added support buzz.people.liked. Marked the functional test as IGNORED since it requires a bug fix in the Buzz API by ade@google.com · 14 years ago
  93. 00cf1d9 Added in support for developer keys by Joe Gregorio · 14 years ago
  94. db849af Fixes for some coverage tests. Also fix functional test, and make verbosity controls apply better. by Joe Gregorio · 14 years ago
  95. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 14 years ago
  96. 6273cdd merge by Joe Gregorio · 14 years ago
  97. c81f91d merge by Joe Gregorio · 14 years ago
  98. c204b64 Added new appengine sample for discovery, and also cleaned up the latitude future.json file. by Joe Gregorio · 14 years ago
  99. 5f087cf Changed to a command pattern for requests. by Joe Gregorio · 14 years ago
  100. e6efd53 Be flexible where simplejson comes from by Joe Gregorio · 14 years ago