aboutsummaryrefslogtreecommitdiff
path: root/tests/data
AgeCommit message (Expand)Author
2017-05-09Fix system tests (#713)Jon Wayne Parrott
2016-02-05Merge pull request #368 from jay0lee/patch-2Nathaniel Manista
2016-02-05-Updated Google URIsJay Lee
2016-02-04Adding a pure Python crypt sub-module.Danny Hermes
2015-08-17Adding travis and tox configuration to run the app engine testsJon Wayne Parrott
2015-05-03Final iteration to make system tests pass.Danny Hermes
2015-05-01Attempt to fix decrypt failureDanny Hermes
2015-05-01Updating system tests to succeed on Travis.Danny Hermes
2015-03-30Paring down unused keys in JSON credentials files.Danny Hermes
2015-02-06Add another form for the PEM key in tests.Craig Citro
2014-07-11Replace the 'default credentials' concept with the 'application default crede...Orest Bolohan
2014-05-30Add support for Google Default Credentials.Orest Bolohan
2014-05-05Drop the googleapiclient copy, and cleanup tests.Craig Citro
2013-10-29Correctly identify PEM files generated from PKCS12 files in oauth2client.Joe Gregorio
2013-02-06Adding a .revoke() to Credentials. Closes issue 98.dhermes@google.com
2012-08-21Clean up commentJoe Gregorio
2012-07-16Switch to new discovery path parameters.Joe Gregorio
2012-07-12Add support for additionalProperties when printing schema'd objects.Joe Gregorio
2012-06-15Add _media methods and support for resumable media download.Joe Gregorio
2012-06-06Remove last OAuth 1.0 vestiges. Clean up comments. Fixes issue #127. Reviewed...Joe Gregorio
2012-03-14Increase coverage % for oauth2client.appengine.Joe Gregorio
2012-03-01Support repeated enum arguments for clients built by discovery.Craig Citro
2011-12-08Add documentation for request and response bodies from schema information.Joe Gregorio
2011-12-07Some methods don't specify a schema for their response, which means thatJoe Gregorio
2011-12-06[mq]: id_token2Joe Gregorio
2011-11-18Handle regexs that are applied to repeating parameters. Reviewed in http://co...Joe Gregorio
2011-11-09Add missing plus fileJoe Gregorio
2011-11-09removed old Buzz test data.Joe Gregorio
2011-07-25Handle the case of maxSize missing in a discovery doc media section.Joe Gregorio
2011-07-25Add support for _next pagination with page tokens.Joe Gregorio
2011-07-08Missing fileJoe Gregorio
2011-07-07imported patch reservedJoe Gregorio
2011-07-07Added missing test imagesJoe Gregorio
2011-06-30Add support for media uploads as they will appear in Discovery.Joe Gregorio
2011-05-02Update to use the latest version of discovery.Joe Gregorio
2011-03-18imported patch partial-and-patchJoe Gregorio
2011-03-04Added exception around parsing the discovery doc.Joe Gregorio
2011-02-22Now using type from discovery document to properly cast method parameters. Al...Joe Gregorio
2011-01-31Fix lack of top level methods from a service.Joe Gregorio
2011-01-07Fixed bug with nested resourcesJoe Gregorio
2010-11-29Clean up descriptionsJoe Gregorio
2010-10-26Switch over to using discovery format v0.2beta1.Joe Gregorio
2010-09-27Added support buzz.people.liked. Marked the functional test as IGNORED since ...ade@google.com
2010-08-25First pass at adding in paginationJoe Gregorio
2010-08-19Added tests for resources and their methods. Also added tests for the json mo...Joe Gregorio