Project

gooddata

0.24
A long-lived project that still receives updates
Use the GoodData::Client class to integrate GoodData into your own application or use the CLI to work with GoodData directly from the command line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0
~> 3.12.0
~> 0.4
>= 0.10
>= 0
~> 3.1
~> 0.12
= 5.0.0
~> 2.3.1
~> 0.9.11
>= 1.28

Runtime

~> 1.16
~> 2.15
= 2.0.0.pre.develop.14
~> 1.12
~> 1.1
~> 1.1
~> 2.6
~> 1, >= 1.10.8
>= 2.4
< 5.72.0
 Project Readme

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

Gem Version Downloads Dependency Status Code Climate Build 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:

  • The latest major version will receive all new functionality and all bug fixes.

  • The previous major version will only receive fixes to critical issues and security fixes. These fixes will be applied on top of last released version of the previous major.

  • GoodData customer support will provide support for the latest major and previous major version only.

  • The customers are encouraged to always use the latest version of the Ruby SDK.

  • In case of using older versions, the user might face API incompatibility, performance or security issues.

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

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself we can ignore when we pull)
  • run rake test and make sure all tests pass
  • run rake cop and make sure you did not introduce any new coding rules issues
  • Send us a pull request. Bonus points for topic branches.

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

Copyright

(c) 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.