Project

revieto

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby bindings for the Revieto API (https://wwww.revieto.com)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
>= 0
~> 10.0
~> 3.0

Runtime

>= 0
 Project Readme

revieto-ruby

Ruby bindings for the Revieto API.

Build Status

Gem Version

Coverage Status

Instalation

gem install revieto

Using 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.all

License

The gem is available as open source under the terms of the MIT License.