Skip to content

enterstudio/gax-ruby

This branch is 86 commits behind googleapis/gax-ruby:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 24, 2017
Feb 18, 2017
Nov 10, 2016
Apr 13, 2016
Apr 5, 2016
Jan 27, 2017
May 24, 2016
Apr 29, 2016
Apr 4, 2016
Apr 12, 2016
May 3, 2016
Apr 4, 2016
Feb 18, 2017

Repository files navigation

Google API Extensions for Ruby

Build Status Code Coverage Gem Version

Google API Extensions for Ruby (gax-ruby) is a set of modules which aids the development of APIs for clients and servers based on gRPC and Google API conventions.

Application code will rarely need to use most of the classes within this library directly, but code generated automatically from the API definition files in Google APIs can use services such as page streaming and request bundling to provide a more convenient and idiomatic API surface to callers.

Ruby Versions

gax-ruby is currently tested with Ruby 2.2.4.

Contributing

Contributions to this library are always welcome and highly encouraged.

See the CONTRIBUTING documentation for more information on how to get started.

Versioning

This library follows Semantic Versioning.

It is currently in major version zero (0.y.z), which means that anything may change at any time and the public API should not be considered stable.

Details

For detailed documentation of the modules in gax-ruby, please watch DOCUMENTATION.

License

BSD - See LICENSE for more information.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%