Merge pull request #20 from simplymeasured/feature/make-autorefresh-of-token-optional
[arvados.git] / lib / google / api_client.rb
2013-01-05 Steve BazylMerge pull request #20 from simplymeasured/feature...
2013-01-05 Steven BazylFix odd conflict with VERSION & logger
2013-01-05 Steven BazylSprinkle of logging
2013-01-04 Ryan Biesemeyerincorporate style feedback from @sporkmonger on ab23fe7...
2013-01-02 Steven BazylMerge branch 'master' of https://github.com/google...
2012-12-30 Steven BazylInitial logging support
2012-12-30 Steve BazylMerge pull request #19 from simplymeasured/feature...
2012-12-30 Steve BazylMerge pull request #13 from sanemat/multi-json-in-rails...
2012-12-29 Ryan BiesemeyerMake the auto-refresh of tokens configurable and option...
2012-10-30 Steven BazylAuto-refresh OAuth 2 tokens & retry request on 401...
2012-10-10 Steven BazylMove request class to its own file
2012-10-10 Steven BazylUpdate docs re: api_method + allow options in array...
2012-10-10 Steven BazylMostly doc updates, +remove support for method as string
2012-10-10 Steven BazylContinue internal shuffling...
2012-10-10 Steven BazylUnify processing of api/resumable/batch requests
2012-10-10 Steven BazylBegin consolidation of request building in reference...
2012-10-10 Steven BazylConsolidate request routing through execute methods
2012-10-10 Steven BazylRemove embedded version #s, use Gemfile
2012-10-10 Steven BazylMove request class to its own file
2012-10-04 Steven BazylUpdate docs re: api_method + allow options in array...
2012-09-28 Steven BazylMostly doc updates, +remove support for method as string
2012-09-24 Steven BazylContinue internal shuffling...
2012-09-11 Steven BazylUnify processing of api/resumable/batch requests
2012-09-05 Steven BazylBegin consolidation of request building in reference...
2012-09-05 Steven BazylConsolidate request routing through execute methods
2012-09-05 Steven BazylRemove embedded version #s, use Gemfile
2012-08-30 Bob AmanMerge branch 'master' of github.com:google/google-api...
2012-08-30 Bob AmanBackwards compatibility for MultiJson.
2012-07-31 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-07-31 Steven BazylIssue 47 - Improve error handling on result
2012-07-25 Steven BazylIssue 47 - Improve error handling on result
2012-07-21 Bob AmanResolving issues introduced by Faraday dependency upgrade.
2012-07-21 Bob AmanUpdating dependencies.
2012-06-07 Steven BazylResolve merge conflict
2012-06-07 Steven BazylAllow credentials on per-request basis
2012-05-24 Bob AmanMerge branch 'master' of github.com:google/google-api...
2012-05-16 Sergio GomesAdding batch support
2012-04-24 Bob AmanUpdated to avoid deprecation of encode and decode metho...
2012-03-02 Bob AmanFixed whitespace issue.
2012-03-02 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-03-02 Steven BazylMerge branch 'master' of https://code.google.com/p...
2012-03-02 Steven BazylMedia upload support
2012-02-27 Bob AmanCleaning up the changes made by @vapir.
2012-02-27 Bob AmanMerge branch 'master' of github.com:sporkmonger/google...
2012-02-24 Bob AmanMerge pull request #4 from vapir/baseURI_and_fixups
2012-02-22 Ethanminor whitespace touchup
2012-02-22 Ethanif ApiClient receives :authorization => false, respect...
2012-02-22 Ethanadd method ApiClient#relative_uri which constructs...
2012-02-22 Ethanchange ApiClient's configurable host to a configurable...
2012-02-15 Bob AmanAdded ID token verification against server certificate.
2012-01-27 Bob AmanUpdated to replace httpadapter with faraday.
2012-01-05 Bob AmanMigrated to MultiJson from JSON gem.
2011-12-02 Bob AmanMerge branch 'master' of ../martinsarsale-support-for...
2011-12-02 Bob AmanFixed some YARD documentation issues and changed how...
2011-10-15 Bob AmanFixed issue with version and moved version back to...
2011-10-15 Bob AmanFixed issue with version and moved version back to...
2011-09-22 Bob AmanAdded better handling for errors.
2011-09-22 Bob AmanAdded better handling for errors.
2011-09-22 Bob AmanChanged discovery and directory methods to use the...
2011-09-22 Bob AmanChanged discovery and directory methods to use the...
2011-09-21 Bob AmanMerge branch 'master' of https://code.google.com/p...
2011-09-21 Bob AmanAdded better support for user IP and developer key...
2011-09-21 Bob AmanAdded better support for user IP and developer key...
2011-08-02 Bob AmanMerge pull request #3 from robertkaplow/master
2011-08-02 Bob AmanFixed issue with header/options ambiguity.
2011-07-29 Bob AmanMajor update, primarily to add pagination support.
2011-05-12 Bob AmanUpdated to use v1 of the discovery API.
2011-05-12 Bob AmanUpdated documentation on User-Agent.
2011-05-04 Bob AmanAdded User-Agent improvements.
2011-05-04 Bob AmanA significant update of the client functionality.
2011-01-05 Bob AmanAdded User-Agent header.
2010-10-22 Bob AmanAdded option to support manually specified discovery...
2010-10-22 Bob AmanAdded support for two-legged OAuth.
2010-10-20 Bob AmanRefactored CLI tool to be more maintainable.
2010-10-12 Bob AmanUpdated version sorting code and added authorization...
2010-10-09 Bob AmanFixed issue with invalid type checking.
2010-10-07 Bob AmanAdded example for generating request.
2010-10-07 Bob AmanUpdated example.
2010-10-05 Bob AmanFixed minor error in YARD documentation format.
2010-10-05 Bob AmanRemoved :nodoc: directives, as they are not understood...
2010-10-05 Bob AmanAdded documentation to the remainder of the API client...
2010-09-30 Bob AmanImproving testing and coverage.
2010-09-28 Bob AmanImproved coverage in tests and fixed a URI join bug.
2010-09-18 Bob AmanReorganized some of the code and removed unnecessary...
2010-09-16 Bob AmanSigned requests can now be generated and transmitted...
2010-09-16 Bob AmanURI template expansion works.
2010-09-13 bobaman@google.comUpdated to use Signet.
2010-08-24 bobaman@google.comMade the builder more flexible by adding a callback...
2010-08-19 bobaman@google.comInitial implementation of HTTP.
2010-08-17 bobaman@google.comUpdating code to consistent coding style.
2010-08-10 bobaman@google.comAdded some stubs for OAuth and HTTP.
2010-07-28 bobaman@google.comBasic project skeleton.