1. 6a63a76 Update to use the latest version of discovery. by Joe Gregorio · 13 years ago
  2. 2a5f413 Add support for Protocol Buffers as an API serialization format by Matt McDonald · 13 years ago
  3. 20a5aa9 Updated copyright notices where appropriate and refreshed generated docs. by Joe Gregorio · 13 years ago
  4. fcb3120 alpha8 by Joe Gregorio · 13 years ago
  5. 06d852b Cleaning up 2.7 compatibility and more work on installer. by Joe Gregorio · 13 years ago
  6. e9e236f Clean up README and add lots of comments to moderator.py by Joe Gregorio · 13 years ago
  7. f415342 imported patch partial-and-patch by Joe Gregorio · 13 years ago
  8. 6f3014a Fixed 2.4 compatibility problem. Added tests to release process to make sure there are no regressions. by Joe Gregorio · 13 years ago
  9. 4d1f75f Fixed problem with missing __init__.py files. by Joe Gregorio · 13 years ago
  10. 205e73a Cleanup of samples including adding flags to control logging. by Joe Gregorio · 13 years ago
  11. 6bcbcea Added wrapper to add user-agent to requests for the non-authenticated case. by Joe Gregorio · 13 years ago
  12. 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
  13. 4939655 Enhanced HttpError to now include the original request URI if possible. by Joe Gregorio · 13 years ago
  14. afdf50b Added more logging and changed flag name by Joe Gregorio · 13 years ago
  15. 34044bc Added LoggingJsonModel and a sample application, debugging/main.py, on how to use it. by Joe Gregorio · 13 years ago
  16. c0e0fe9 Added exception around parsing the discovery doc. by Joe Gregorio · 13 years ago
  17. 6429bf6 Adds make targets 'release' and 'prerelease' which build release by Joe Gregorio · 13 years ago
  18. 1ae3e74 Updated all samples to use 'service' as the object returned from build() by Joe Gregorio · 13 years ago
  19. 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
  20. 266c644 Added Prediction sample by Joe Gregorio · 13 years ago
  21. 1089444 JsonModel data_wrapper should default to false by Joe Gregorio · 13 years ago
  22. 61d7e96 Added support for repeating parameters by Joe Gregorio · 13 years ago
  23. ca876e4 Fixed checking for stack query parameters so they actually get added to the query paramters. by Joe Gregorio · 13 years ago
  24. 1321795 Add passthrough for query parameters that the stack uses but that don't appear in discovery. by Joe Gregorio · 13 years ago
  25. 560b532 Make file based Storage thread safe. by Joe Gregorio · 13 years ago
  26. d433b2a Now using the dataWrapper features flag to control serialization of JSON requests. by Joe Gregorio · 13 years ago
  27. c2a7393 Now adding type information and enum descriptions into inline docs by Joe Gregorio · 13 years ago
  28. 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
  29. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 13 years ago
  30. 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
  31. 825d78d cleanup comments by Joe Gregorio · 13 years ago
  32. c3fae8a Move to v0.3 discovery and use method and parameter descriptions if available. by Joe Gregorio · 13 years ago
  33. 790bddd switch over to using discovery v0.3, now using descriptions if available by Joe Gregorio · 13 years ago
  34. a0a52e4 Moving over OAuth 1.0 to use Storage, and updating samples to handle token revocation. by Joe Gregorio · 13 years ago
  35. 9b57dd3 Add in missing ext/file.py by Joe Gregorio · 13 years ago
  36. ec34365 Added default for HttpMock by Joe Gregorio · 13 years ago
  37. 7c22ab2 Clean up doc strings and unused imports by Joe Gregorio · 13 years ago
  38. d81ecb0 Clean up buzz example so it is just one file. by Joe Gregorio · 13 years ago
  39. deeb020 Cleaned up OAuth 2.0 support fully using Storage() and updating samples. by Joe Gregorio · 13 years ago
  40. cb8103d Move HttpMock out of tests and into apiclient.http. Update tests that used HttpMock by Joe Gregorio · 13 years ago
  41. abda96f Added in more documentation, cleaned up use of postproc in HttpRequest and refreshed docs by Joe Gregorio · 13 years ago
  42. 7a6df3a Fix lack of top level methods from a service. by Joe Gregorio · 13 years ago
  43. 695fdc1 [mq]: oauth2 by Joe Gregorio · 14 years ago
  44. 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
  45. 3fada33 Fixed bug with nested resources by Joe Gregorio · 14 years ago
  46. 48c1caa Fix bug 7. Also, clean up the app engine template to make the happy path happier. by Joe Gregorio · 14 years ago
  47. 83a7f6a Add in a skeleton App Engine project that still does OAuth 1.0 by Joe Gregorio · 14 years ago
  48. d4e1456 Fix some other tests broken by the new HttpError implementation by Joe Gregorio · 14 years ago
  49. a14f016 Merge in better json error handling from Ali Afshar by Joe Gregorio · 14 years ago
  50. 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
  51. 89174d2 relative import fixup by Joe Gregorio · 14 years ago
  52. c672246 fix import of httplib2 by Joe Gregorio · 14 years ago
  53. 2dcc652 Improve error displaying, and move error display logic into the error module. by Ali Afshar · 14 years ago
  54. 034e700 Fix import of simplejson by Joe Gregorio · 14 years ago
  55. b843fa2 Fixed relative imports in apiclient by Joe Gregorio · 14 years ago
  56. 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
  57. 3ad5e9a Add missing files from previous addition of mocks. by Joe Gregorio · 14 years ago
  58. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 14 years ago
  59. 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
  60. 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
  61. 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
  62. 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
  63. 20cfcda Fixed nested resources in api-python-client-doc by Joe Gregorio · 14 years ago
  64. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 14 years ago
  65. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  66. c63823a Move django utilities from sample into .ext. by Joe Gregorio · 14 years ago
  67. 0c73a67 Added sample that shows how to use threads and queues to batch up requests. by Joe Gregorio · 14 years ago
  68. 214d19c Added in missing file. by Joe Gregorio · 14 years ago
  69. 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
  70. 0c3c29d updated future.json files to match current services by Joe Gregorio · 14 years ago
  71. 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
  72. 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
  73. 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
  74. 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
  75. 05cd4f5 Add error classes for apiclient.discovery and apiclient.oauth by Tom Miller · 14 years ago
  76. 59cd951 Remove developer key from example and remove **kwargs from service collections methods by Joe Gregorio · 14 years ago
  77. 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
  78. c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 14 years ago
  79. 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
  80. 00cf1d9 Added in support for developer keys by Joe Gregorio · 14 years ago
  81. db849af Fixes for some coverage tests. Also fix functional test, and make verbosity controls apply better. by Joe Gregorio · 14 years ago
  82. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 14 years ago
  83. 6273cdd merge by Joe Gregorio · 14 years ago
  84. c81f91d merge by Joe Gregorio · 14 years ago
  85. c204b64 Added new appengine sample for discovery, and also cleaned up the latitude future.json file. by Joe Gregorio · 14 years ago
  86. 5f087cf Changed to a command pattern for requests. by Joe Gregorio · 14 years ago
  87. e6efd53 Be flexible where simplejson comes from by Joe Gregorio · 14 years ago
  88. e936958 Change user-agent to match everyone else. by Joe Gregorio · 14 years ago
  89. 6b2e5dc Added user-agent for the library by Joe Gregorio · 14 years ago
  90. a2f56e7 Moved OAuth discovery data into future.json by Joe Gregorio · 14 years ago
  91. 4292c6e Methods w/o parameters don't have a parameters object in discovery. by Joe Gregorio · 14 years ago
  92. 7943c5d Fixing up discovery document format for OAuth parameters based on feedback. by Joe Gregorio · 14 years ago
  93. 845a545 Cleaned up oauth code based on feedback. Created FlowThreeLegged and OAuthCredentials classes. by Joe Gregorio · 14 years ago
  94. 67d7777 Added first pass at utility functions for OAuth. Updated command-line sample to use the utility functions. by Joe Gregorio · 14 years ago
  95. 3bbbf66 PEP8 cleanup by Joe Gregorio · 14 years ago
  96. fe695fb Now correctly using urlencode for query parameters. Also handling unicode by converting to utf-8. by Joe Gregorio · 14 years ago
  97. 6d5e94f First pass at adding in pagination by Joe Gregorio · 14 years ago
  98. 850cf55 Added support for URLs with many parameters e.g. max-liked, max-results and max-comments. I'm not checking in the functional tests I'm using since I still haven't fixed the problem of getting back a usable list of JSON objects for pagination. by ade@google.com · 14 years ago
  99. ba9ea7f Added tests for resources and their methods. Also added tests for the json model. by Joe Gregorio · 14 years ago
  100. 21f1167 Add checking that parameters passed in conform the pattern supplied in the discovery document, if supplied. by Joe Gregorio · 14 years ago