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:
- http://sdk.gooddata.com/gooddata-ruby/
- http://docs.gooddata.apiary.io/
- http://developer.gooddata.com/api
- https://secure.gooddata.com/gdc
- http://rubydoc.info/gems/gooddata/frames
- http://developer.gooddata.com/ruby-cookbook
If you are using bundler. Add
gem "gooddata"
into Gemfile
and run
bundle install
If you are using gems just
gem install gooddata
- 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 passes - run
rake cop
and make sure you did not introduced any new coding rules issues - Send us a pull request. Bonus points for topic branches.
This project was originaly started by Pavel Kolesnikov [ mailto:pavel@gooddata.com / @koles ]
Project is now actively developed and maintained by following folks
- Tomas Korcak [mailto:korczis@gmail.com / @korczis]
- Tomas Svarovsky [mailto:svarovsky.tomas@gmail.com / @fluke777]
- Patrick McConlogue
- Petr Cvengros
Special thanks to Thomas Watson Steen [ mailto:w@tson.dk / @wa7son ].
Copyright (c) 2010 - 2014 GoodData Corporation and Thomas Watson Steen. See LICENSE for details.