This is the official Ruby SDK for the ReportingCloud Web API. It is authored, maintained and fully supported by Text Control.
Before using ReportingCloud, please sign up to the service:
https://portal.reporting.cloud
Add this line to your application's Gemfile:
gem 'txtextcontrol-reportingcloud'
And then execute:
$ bundle
Or install it yourself as:
$ gem install txtextcontrol-reportingcloud
All the source code in this library is documented using YARD.
You can read the API documentation online, or build it yourself, using the following command:
$ yard doc
The resultant set of HTML files will be written to ~/txtextcontrol-reportingcloud-ruby/doc
.
If you don't have YARD already installed, you can install it with RubyGems with the following command:
$ gem install yard
Bug reports and pull requests are welcome on GitHub at https://github.com/TextControl/txtextcontrol-reportingcloud-ruby.