GoodData API Ruby wrapper and CLI

A convenient Ruby wrapper around the GoodData RESTful API. The gem comes in two flavors. It has a CLI client and it is a library which you can integrate into your application.

The best documentation for the GoodData API can be found using these resources:

Feel free to check out the GoodData community website if you have any questions about the GoodData Analytics platform, our API, or this library.

Status

Supported versions

In order to make the user experience with integrating GoodData Ruby SDK as smooth and secure as possible and to ensure that the SDK is using the latest features of the platform, we only provide support to the two most recent major versions of Ruby SDK.

The most recent majors will be supported in the following modes:

Please follow the installation instructions in the repository to update to the newest version.

Install

If you are using bundler, add

gem "gooddata"

into Gemfile

and run

bundle install

If you are using gems just

gem install gooddata

Note on Patches/Pull Requests

Contributing

See our contribution guidelines.

Credits

Originally started by

Pavel Kolesnikov [ @koles ]

Actively developed and maintained by

GoodData Team

Contributors

For full contributor info see contributors page.

Special thanks to

© 2010-2021 GoodData Corporation This repository is governed by the terms and conditions in the LICENSE. This repository contains a number of open source packages detailed in NOTICES, including the GoodData Ruby SDK, which is licensed under the BSD-3-Clause license and contains additional open source components detailed in the file called LICENSE_FOR_RUBY_SDK_COMPONENT.