- 5e3a5fa Sync httplib2. Fix user-agent code so base libraries are listed after higher level apps/libraries user-agent. by Joe Gregorio · 15 years ago
- 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 · 15 years ago
- b4efbf8 Merged my changes with upstream changes from Joe. by ade@google.com · 15 years ago
- 4f2794e Added tests for getting a specific activity; creating a public activity; fetching specific groups for a user; commenting on an activity by ade@google.com · 15 years ago
- 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 · 15 years ago
- e3c8b6d Broke out the moderator and buzz samples into their own directories. Also added more functionality to the buzz sample. by jcgregorio@google.com · 15 years ago
- 05cd4f5 Add error classes for apiclient.discovery and apiclient.oauth by Tom Miller · 15 years ago
- e2da544 Change default to sending email for reviews. by Joe Gregorio · 15 years ago
- 567ee8d Added tests verifying we can get follower and following counts as well as handling users with hidden follwer/following counts by ade@google.com · 15 years ago
- 6a05e7d Added oauth tokens for discoveryclientlibrarytest@gmail.com. First authentication test passes but it shouldn't need authentication. It seems we're adding a spurious @self to the URL by ade@google.com · 15 years ago
- 59cd951 Remove developer key from example and remove **kwargs from service collections methods by Joe Gregorio · 15 years ago
- 5e67117 merge by ade@google.com · 15 years ago
- 75fdddd Added Authentication tests which currently fail but are ignored by ade@google.com · 15 years ago
- 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 · 15 years ago
- 3a49e4c Updated references to scripts in README "Running" section. by Tom Miller · 15 years ago
- d6d6f2f Added test to verify we can fetch a Buzz user profile by ade@google.com · 15 years ago
- c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 15 years ago
- 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 · 15 years ago
- cfc39d1 Made it possible to run samples from the top-level directory and we now print out the created activity. by ade@google.com · 15 years ago
- 7fead44 merge by Joe Gregorio · 15 years ago
- 00cf1d9 Added in support for developer keys by Joe Gregorio · 15 years ago
- 973d1a6 Adding pagination functional test for Buzz using a user that has next links by ade@google.com · 15 years ago
- bfdee6e merge by Joe Gregorio · 15 years ago
- db849af Fixes for some coverage tests. Also fix functional test, and make verbosity controls apply better. by Joe Gregorio · 15 years ago
- f6a598b fix sample so it uses the latest oauth flow by Joe Gregorio · 15 years ago
- 50dce60 Split out running unit and functional tests by ade@google.com · 15 years ago
- 7c47d8f Got test coverage to 97%. Added missing file. by Joe Gregorio · 15 years ago
- c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 15 years ago
- 6273cdd merge by Joe Gregorio · 15 years ago
- 140062f Clean up app engine sample by Joe Gregorio · 15 years ago
- d44bb00 pydoc.render_doc isn't in Python 2.5 so duplicate the functionality so it works on App Engine. by Joe Gregorio · 15 years ago
- c81f91d merge by Joe Gregorio · 15 years ago
- c204b64 Added new appengine sample for discovery, and also cleaned up the latitude future.json file. by Joe Gregorio · 15 years ago
- 5f087cf Changed to a command pattern for requests. by Joe Gregorio · 15 years ago
- e6efd53 Be flexible where simplejson comes from by Joe Gregorio · 15 years ago
- e936958 Change user-agent to match everyone else. by Joe Gregorio · 15 years ago
- 6b2e5dc Added user-agent for the library by Joe Gregorio · 15 years ago
- a2f56e7 Moved OAuth discovery data into future.json by Joe Gregorio · 15 years ago
- 4292c6e Methods w/o parameters don't have a parameters object in discovery. by Joe Gregorio · 15 years ago
- b8262fc Make the final page more usable with a big button on the right hand side. Also add logout link. by Joe Gregorio · 15 years ago
- 833313a clean up unneeded vars by Joe Gregorio · 15 years ago
- 7943c5d Fixing up discovery document format for OAuth parameters based on feedback. by Joe Gregorio · 15 years ago
- 845a545 Cleaned up oauth code based on feedback. Created FlowThreeLegged and OAuthCredentials classes. by Joe Gregorio · 15 years ago
- 67d7777 Added first pass at utility functions for OAuth. Updated command-line sample to use the utility functions. by Joe Gregorio · 15 years ago
- d69e5e4 Added conditional import to ensure tests will work under Python 2.5 by ade@google.com · 15 years ago
- 3bbbf66 PEP8 cleanup by Joe Gregorio · 15 years ago
- fe695fb Now correctly using urlencode for query parameters. Also handling unicode by converting to utf-8. by Joe Gregorio · 15 years ago
- 6d5e94f First pass at adding in pagination by Joe Gregorio · 15 years ago
- af7a127 Forgot to add empty __init__.py file by ade@google.com · 15 years ago
- 46179d3 Changed runtests.py so that it also runs the functional tests. Added functional tests for Buzz. Note that these log the URLs they hit to make debugging easier. by ade@google.com · 15 years ago
- e80fec8 Added tests to verify that we can retrieve a specific number of activities from Buzz _without_ OAuth credentials by ade@google.com · 15 years ago
- 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 · 15 years ago
- ce4e4c7 oauth_wrap changes from last merge by ade@google.com · 15 years ago
- ac41d84 Temporarily checked in Buzz appengine wrapper class. Will move to contrib and figure out how to handle the relative import once this is more stable. by ade@google.com · 15 years ago
- e754eb8 Added a customized uploader for Rietveld. by Joe Gregorio · 15 years ago
- ba9ea7f Added tests for resources and their methods. Also added tests for the json model. by Joe Gregorio · 15 years ago
- 85f1a02 Added oauth wrapper by ade@google.com · 15 years ago
- 21f1167 Add checking that parameters passed in conform the pattern supplied in the discovery document, if supplied. by Joe Gregorio · 15 years ago
- fbf9d0d Add checks for required parameters by Joe Gregorio · 15 years ago
- 41cf797 Added TODO and did PEP 8 cleanup. by Joe Gregorio · 15 years ago
- a4a7eb0 More ignores by Joe Gregorio · 15 years ago
- 9b8b801 Remove OAuth tokens from repository. Not that it matters, they've been revoked. by Joe Gregorio · 15 years ago
- 48d361f Starting to cleanup, organize files, and make it look like a real project. by Joe Gregorio · 15 years ago
- ed13252 initial by jcgregorio@wpgntai-ubiq72.hot.corp.google.com · 15 years ago