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. f415342 imported patch partial-and-patch by Joe Gregorio · 13 years ago
  4. 6bcbcea Added wrapper to add user-agent to requests for the non-authenticated case. by Joe Gregorio · 13 years ago
  5. 4939655 Enhanced HttpError to now include the original request URI if possible. by Joe Gregorio · 13 years ago
  6. afdf50b Added more logging and changed flag name by Joe Gregorio · 13 years ago
  7. 34044bc Added LoggingJsonModel and a sample application, debugging/main.py, on how to use it. by Joe Gregorio · 13 years ago
  8. c0e0fe9 Added exception around parsing the discovery doc. by Joe Gregorio · 13 years ago
  9. 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
  10. e1de416 Clean up imports by Joe Gregorio · 13 years ago
  11. 61d7e96 Added support for repeating parameters by Joe Gregorio · 13 years ago
  12. ca876e4 Fixed checking for stack query parameters so they actually get added to the query paramters. by Joe Gregorio · 13 years ago
  13. 1321795 Add passthrough for query parameters that the stack uses but that don't appear in discovery. by Joe Gregorio · 13 years ago
  14. d433b2a Now using the dataWrapper features flag to control serialization of JSON requests. by Joe Gregorio · 13 years ago
  15. 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
  16. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 13 years ago
  17. cb8103d Move HttpMock out of tests and into apiclient.http. Update tests that used HttpMock by Joe Gregorio · 13 years ago
  18. 7a6df3a Fix lack of top level methods from a service. by Joe Gregorio · 13 years ago
  19. 3fada33 Fixed bug with nested resources by Joe Gregorio · 14 years ago
  20. d4e1456 Fix some other tests broken by the new HttpError implementation by Joe Gregorio · 14 years ago
  21. 8da4186 Reformatted docstrings to be consistent with the rest of the code. by Ali Afshar · 14 years ago
  22. 2dcc652 Improve error displaying, and move error display logic into the error module. by Ali Afshar · 14 years ago
  23. d27ae3e Add missing test files from previous addition of mocks. by Joe Gregorio · 14 years ago
  24. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 14 years ago
  25. a12c7d6 Clean up descriptions by Joe Gregorio · 14 years ago
  26. 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
  27. 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
  28. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 14 years ago
  29. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  30. 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
  31. c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 14 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 · 14 years ago
  33. 00cf1d9 Added in support for developer keys by Joe Gregorio · 14 years ago
  34. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 14 years ago
  35. d69e5e4 Added conditional import to ensure tests will work under Python 2.5 by ade@google.com · 14 years ago
  36. fe695fb Now correctly using urlencode for query parameters. Also handling unicode by converting to utf-8. by Joe Gregorio · 14 years ago
  37. 6d5e94f First pass at adding in pagination by Joe Gregorio · 14 years ago
  38. 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
  39. ba9ea7f Added tests for resources and their methods. Also added tests for the json model. by Joe Gregorio · 14 years ago
  40. 48d361f Starting to cleanup, organize files, and make it look like a real project. by Joe Gregorio · 14 years ago