1. 84d3c1f Handle the case of maxSize missing in a discovery doc media section. by Joe Gregorio · 13 years ago
  2. 3c676f9 Add support for _next pagination with page tokens. by Joe Gregorio · 13 years ago
  3. cb6d891 Remove user_agent from app engine helpers. by JacobMoshenko · 13 years ago
  4. fdd6c44 Missing file by Joe Gregorio · 13 years ago
  5. d92897c imported patch reserved by Joe Gregorio · 13 years ago
  6. 198fdf7 Added missing test images by Joe Gregorio · 13 years ago
  7. fdf7c80 Add support for media uploads as they will appear in Discovery. by Joe Gregorio · 13 years ago
  8. 7cbceab fix imports on some tests by Joe Gregorio · 13 years ago
  9. 83cd439 Add another test. by Joe Gregorio · 13 years ago
  10. 8e90510 Add robot helpers and a sample. by JacobMoshenko · 13 years ago
  11. 922b78c Add preliminary support for uploading media. by Joe Gregorio · 13 years ago
  12. e98c232 Add support for creating a PATCH body from a before and after object. by Joe Gregorio · 13 years ago
  13. 0bc7091 Add 2LO support for OAuth 1.0. by Joe Gregorio · 13 years ago
  14. 432f17e oauth2decorator, reviewed in http://codereview.appspot.com/4524063/ by Joe Gregorio · 13 years ago
  15. 6a63a76 Update to use the latest version of discovery. by Joe Gregorio · 14 years ago
  16. 2a5f413 Add support for Protocol Buffers as an API serialization format by Matt McDonald · 14 years ago
  17. f415342 imported patch partial-and-patch by Joe Gregorio · 14 years ago
  18. 6bcbcea Added wrapper to add user-agent to requests for the non-authenticated case. 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. afdf50b Added more logging and changed flag name by Joe Gregorio · 14 years ago
  21. 34044bc Added LoggingJsonModel and a sample application, debugging/main.py, on how to use it. by Joe Gregorio · 14 years ago
  22. c0e0fe9 Added exception around parsing the discovery doc. by Joe Gregorio · 14 years ago
  23. 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
  24. e1de416 Clean up imports by Joe Gregorio · 14 years ago
  25. 61d7e96 Added support for repeating parameters by Joe Gregorio · 14 years ago
  26. ca876e4 Fixed checking for stack query parameters so they actually get added to the query paramters. by Joe Gregorio · 14 years ago
  27. 1321795 Add passthrough for query parameters that the stack uses but that don't appear in discovery. by Joe Gregorio · 14 years ago
  28. d433b2a Now using the dataWrapper features flag to control serialization of JSON requests. by Joe Gregorio · 14 years ago
  29. 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
  30. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 14 years ago
  31. cb8103d Move HttpMock out of tests and into apiclient.http. Update tests that used HttpMock by Joe Gregorio · 14 years ago
  32. 7a6df3a Fix lack of top level methods from a service. by Joe Gregorio · 14 years ago
  33. 3fada33 Fixed bug with nested resources by Joe Gregorio · 14 years ago
  34. d4e1456 Fix some other tests broken by the new HttpError implementation by Joe Gregorio · 14 years ago
  35. 8da4186 Reformatted docstrings to be consistent with the rest of the code. by Ali Afshar · 14 years ago
  36. 2dcc652 Improve error displaying, and move error display logic into the error module. by Ali Afshar · 14 years ago
  37. d27ae3e Add missing test files from previous addition of mocks. by Joe Gregorio · 14 years ago
  38. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 14 years ago
  39. a12c7d6 Clean up descriptions by Joe Gregorio · 14 years ago
  40. 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
  41. 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
  42. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 14 years ago
  43. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  44. 8963ff9 Added test of new model where 'data' wrapper isn't added if it isn't necessary. This will allow developers to cut and paste JSON from the developer docs into Python code and it should just work. by Joe Gregorio · 14 years ago
  45. c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 14 years ago
  46. 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
  47. 00cf1d9 Added in support for developer keys by Joe Gregorio · 14 years ago
  48. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 14 years ago
  49. d69e5e4 Added conditional import to ensure tests will work under Python 2.5 by ade@google.com · 14 years ago
  50. fe695fb Now correctly using urlencode for query parameters. Also handling unicode by converting to utf-8. by Joe Gregorio · 14 years ago
  51. 6d5e94f First pass at adding in pagination by Joe Gregorio · 14 years ago
  52. 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
  53. ba9ea7f Added tests for resources and their methods. Also added tests for the json model. by Joe Gregorio · 14 years ago
  54. 48d361f Starting to cleanup, organize files, and make it look like a real project. by Joe Gregorio · 14 years ago