revieto-ruby
Ruby bindings for the Revieto API.
Instalation
gem install revietoUsing bundler:
gem 'revieto'Configure your client
revieto = Revieto::Client.new('my_api_key')
You can get your api_key from your account in Revieto in the integration settings page.
Usage
# Find your account's aggregate rating
aggregate_rating = revieto.account.aggregate_rating
# Find your account's reviews
reviews = revieto.reviews.allLicense
The gem is available as open source under the terms of the MIT License.