1. de86044 New media upload scheme that uses only /upload and the new uploadType parameter. by Joe Gregorio · 13 years ago
  2. 1e74282 Support repeated enum arguments for clients built by discovery. by Craig Citro · 13 years ago
  3. 945be3e Fix resumable upload protocol. Reviewed in http://codereview.appspot.com/5572075/ by Joe Gregorio · 14 years ago
  4. e08a166 Some methods don't specify a schema for their response, which means that by Joe Gregorio · 14 years ago
  5. bd512b5 Fix the final boundary in resumable multipart media uploads. by Joe Gregorio · 14 years ago
  6. d0bd388 Add support for resumable upload. by Joe Gregorio · 14 years ago
  7. 6804c7a Handle regexs that are applied to repeating parameters. Reviewed in http://codereview.appspot.com/5413050/ by Joe Gregorio · 14 years ago
  8. 7b70f43 Clean up samples and remove Buzz references. by Joe Gregorio · 14 years ago
  9. fb463cb Fix environment save/restore error in test. Reviewed in http://codereview.appspot.com/5083041 by Joe Beda · 14 years ago
  10. 583d9e4 Move from using API key to userIp in making discovery requests. by Joe Gregorio · 14 years ago
  11. a98733f Reviewed in http://codereview.appspot.com/5036043/ by Joe Gregorio · 14 years ago
  12. 6a8c1cb Added tests to verify that different base URLs can be plugged in. See http://codereview.appspot.com/4826057/ for the code review. by ade@google.com · 14 years ago
  13. 555f33c Fix handling of nextPageToken. Reviewed in http://codereview.appspot.com/4932041/ by Joe Gregorio · 14 years ago
  14. 84d3c1f Handle the case of maxSize missing in a discovery doc media section. by Joe Gregorio · 14 years ago
  15. 3c676f9 Add support for _next pagination with page tokens. by Joe Gregorio · 14 years ago
  16. d92897c imported patch reserved by Joe Gregorio · 14 years ago
  17. fdf7c80 Add support for media uploads as they will appear in Discovery. by Joe Gregorio · 14 years ago
  18. f415342 imported patch partial-and-patch by Joe Gregorio · 14 years ago
  19. 4939655 Enhanced HttpError to now include the original request URI if possible. by Joe Gregorio · 14 years ago
  20. c0e0fe9 Added exception around parsing the discovery doc. by Joe Gregorio · 14 years ago
  21. 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 · 14 years ago
  22. ca876e4 Fixed checking for stack query parameters so they actually get added to the query paramters. by Joe Gregorio · 14 years ago
  23. 1321795 Add passthrough for query parameters that the stack uses but that don't appear in discovery. by Joe Gregorio · 14 years ago
  24. bee8683 Now using type from discovery document to properly cast method parameters. Also added in checking for values that are enums. by Joe Gregorio · 14 years ago
  25. cb8103d Move HttpMock out of tests and into apiclient.http. Update tests that used HttpMock by Joe Gregorio · 15 years ago
  26. 7a6df3a Fix lack of top level methods from a service. by Joe Gregorio · 15 years ago
  27. 3fada33 Fixed bug with nested resources by Joe Gregorio · 15 years ago
  28. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 15 years ago
  29. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 15 years ago
  30. c935907 Fixes issue #1. by Joe Gregorio · 15 years ago
  31. c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 15 years ago
  32. 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
  33. 00cf1d9 Added in support for developer keys by Joe Gregorio · 15 years ago
  34. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 15 years ago
  35. 6d5e94f First pass at adding in pagination by Joe Gregorio · 15 years ago
  36. 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
  37. ba9ea7f Added tests for resources and their methods. Also added tests for the json model. by Joe Gregorio · 15 years ago