Getting started
Supported Versions
The SDK is tested against the following Ruby versions:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- jruby-1.7.19
- jruby-9.1.5
- jruby-9.1.7
- jruby-9.1.14
Installing GoodData Ruby SDK
If you are using bundler, add
gem "gooddata"
into Gemfile
and run
bundle install
If you are using gems just
gem install gooddata
Additional Resources
Understanding GoodData API might be essential for your further work with the SDK:
This documentation lists and describes the individual resources you can used to manipulate objects on the GoodData Platform.
Grey Pages - allows you to interact with core and publicly available services covered by our REST APIs.