Need to support JRuby via the jruby-openssl gem.
[arvados.git] / lib /
2012-05-11 Sérgio GomesResolves issue of validation failing for repeated param...
2012-04-24 Bob AmanUpdated to avoid deprecation of encode and decode metho...
2012-03-27 Steven BazylUpdate changelog & API version
2012-03-14 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-03-14 Bob AmanFixed formatting issue with OS version number in Java.
2012-03-14 Steven BazylMultipart upload compatibility with 1.8.7
2012-03-13 Steven BazylMultipart upload compatibility with 1.8.7
2012-03-13 Adam SawyerWhen running in a jvm, get the OK name and version...
2012-03-02 Bob AmanFixed whitespace issue.
2012-03-02 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-03-02 Bob AmanInitial pass at parsing and handling client_secrets...
2012-03-02 Steven BazylMerge branch 'master' of https://code.google.com/p...
2012-03-02 Steven BazylMedia upload support
2012-02-27 Bob AmanMore carefully resolving the discovery-of-discovery...
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 Bob AmanUpdated version and CHANGELOG.
2012-02-22 Bob AmanPatch to solve Ruby 1.8.7 incompatibility.
2012-02-22 Ethanrescue any error invoking external commands attempting...
2012-02-22 Ethanminor whitespace touchup
2012-02-22 Ethanfix schema to not choke when '$ref' is specifying what...
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 Nikolay MischenkoFixed parameters encoding (should be urlencoded)
2012-02-15 Bob AmanAdded ID token verification against server certificate.
2012-02-10 Bob AmanUpdated version and CHANGELOG with recent fixes.
2012-02-10 Bob AmanMethod renames to be consistent with change to resources.
2012-02-10 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-02-08 Steven BazylDon't traverse ancestors when checking if schema is...
2012-01-31 Steven BazylRename 'resources' method due to conflict with one...
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-11-30 Martin SarsaleMerge remote branch 'remotes/upstream/master'
2011-11-16 Bob AmanMerge branch 'schemas'
2011-11-16 Bob AmanAttempting to fix some Windows issues and update deprec...
2011-11-16 Bob AmanAttempting to fix some Windows issues and update deprec...
2011-11-02 Martin SarsaleAccept repeated parameters
2011-10-31 Bob AmanFixed environment check for Windows.
2011-10-31 Bob AmanFixed environment check for Windows.
2011-10-21 Bob AmanMinor change to inflection.
2011-10-21 Bob AmanMinor change to inflection.
2011-10-20 Bob AmanUpdated to match change to AutoParse.
2011-10-15 Bob AmanAdded task for wiki autogeneration.
2011-10-15 Bob AmanFixed issue with version and moved version back to...
2011-10-15 Bob AmanAdded task for wiki autogeneration.
2011-10-15 Bob AmanFixed issue with version and moved version back to...
2011-10-05 Bob AmanFixed issues with recursive structures and external...
2011-09-22 Bob AmanSwitched to using AutoParse for schemas.
2011-09-22 Bob AmanFixed issue with ambiguous reference.
2011-09-22 Bob AmanAdded code to include userIp and key parameters.
2011-09-22 Bob AmanAdded code to include userIp and key parameters.
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-19 Bob AmanPartial solution to the issue of generating JSON.
2011-08-18 Bob AmanIntroduced the ability to pass in an API object instead...
2011-08-18 Bob AmanIntroduced the ability to pass in an API object instead...
2011-08-10 Bob AmanFixed a bug in the method definition closures.
2011-08-10 Bob AmanBasic structure of schema parsing complete.
2011-08-08 Bob AmanAdded method to expose API property descriptions.
2011-08-08 Bob AmanAdded support for API feature lists.
2011-08-08 Bob AmanAdded support for API feature lists.
2011-08-05 Bob AmanAdding missing require.
2011-08-05 Bob AmanMoved dynamic method definitions into the APIObject...
2011-08-05 Bob AmanAdded default values.
2011-08-05 Bob AmanAdded API#schema_for_kind method to allow schema lookup...
2011-08-05 Bob AmanBetter way to handle automatic parsing using the schema...
2011-08-04 Bob AmanSeparated out the discovery classes into individual...
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-19 Bob AmanFixed extlib/activesupport conflict. Seriously people...
2011-01-05 Bob AmanAdded User-Agent header.
2010-11-04 Bob AmanIncrementing the version.
2010-10-22 Bob AmanAdded ability to update the base URI in services, resou...
2010-10-22 Bob AmanAdded option to support manually specified discovery...
2010-10-22 Bob AmanUpdated dependencies.
2010-10-22 Bob AmanAdded support for two-legged OAuth.
2010-10-22 Bob AmanSignificant improvements to the CLI.
2010-10-20 Bob AmanRefactored CLI tool to be more maintainable.
2010-10-13 Bob AmanFixed incompatibilities with Ruby 1.8.6
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 AmanWhoops, example was on the wrong method.
2010-10-07 Bob AmanAdded example to Service#to_h method.
2010-10-07 Bob AmanAdded example for generating request.
2010-10-07 Bob AmanUpdated example.
2010-10-07 Bob AmanFinished documentation.
next