1. 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
  2. 20cfcda Fixed nested resources in api-python-client-doc by Joe Gregorio · 14 years ago
  3. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 14 years ago
  4. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  5. c63823a Move django utilities from sample into .ext. by Joe Gregorio · 14 years ago
  6. 0c73a67 Added sample that shows how to use threads and queues to batch up requests. by Joe Gregorio · 14 years ago
  7. 214d19c Added in missing file. by Joe Gregorio · 14 years ago
  8. 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
  9. 0c3c29d updated future.json files to match current services by Joe Gregorio · 14 years ago
  10. 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
  11. 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
  12. 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
  13. 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
  14. 05cd4f5 Add error classes for apiclient.discovery and apiclient.oauth by Tom Miller · 14 years ago
  15. 59cd951 Remove developer key from example and remove **kwargs from service collections methods by Joe Gregorio · 14 years ago
  16. 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
  17. c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 14 years ago
  18. 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
  19. 00cf1d9 Added in support for developer keys by Joe Gregorio · 14 years ago
  20. db849af Fixes for some coverage tests. Also fix functional test, and make verbosity controls apply better. by Joe Gregorio · 14 years ago
  21. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 14 years ago
  22. 6273cdd merge by Joe Gregorio · 14 years ago
  23. c81f91d merge by Joe Gregorio · 14 years ago
  24. c204b64 Added new appengine sample for discovery, and also cleaned up the latitude future.json file. by Joe Gregorio · 14 years ago
  25. 5f087cf Changed to a command pattern for requests. by Joe Gregorio · 14 years ago
  26. e6efd53 Be flexible where simplejson comes from by Joe Gregorio · 14 years ago
  27. e936958 Change user-agent to match everyone else. by Joe Gregorio · 14 years ago
  28. 6b2e5dc Added user-agent for the library by Joe Gregorio · 14 years ago
  29. a2f56e7 Moved OAuth discovery data into future.json by Joe Gregorio · 14 years ago
  30. 4292c6e Methods w/o parameters don't have a parameters object in discovery. by Joe Gregorio · 14 years ago
  31. 7943c5d Fixing up discovery document format for OAuth parameters based on feedback. by Joe Gregorio · 14 years ago
  32. 845a545 Cleaned up oauth code based on feedback. Created FlowThreeLegged and OAuthCredentials classes. by Joe Gregorio · 14 years ago
  33. 67d7777 Added first pass at utility functions for OAuth. Updated command-line sample to use the utility functions. by Joe Gregorio · 14 years ago
  34. 3bbbf66 PEP8 cleanup by Joe Gregorio · 14 years ago
  35. fe695fb Now correctly using urlencode for query parameters. Also handling unicode by converting to utf-8. by Joe Gregorio · 14 years ago
  36. 6d5e94f First pass at adding in pagination by Joe Gregorio · 14 years ago
  37. 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
  38. ba9ea7f Added tests for resources and their methods. Also added tests for the json model. by Joe Gregorio · 14 years ago
  39. 21f1167 Add checking that parameters passed in conform the pattern supplied in the discovery document, if supplied. by Joe Gregorio · 14 years ago
  40. fbf9d0d Add checks for required parameters by Joe Gregorio · 14 years ago
  41. 41cf797 Added TODO and did PEP 8 cleanup. by Joe Gregorio · 14 years ago
  42. 48d361f Starting to cleanup, organize files, and make it look like a real project. by Joe Gregorio · 14 years ago