This documentation is DEPRECATED and provided for legacy purposes only. Please use the updated documentation at www.amee.com/developer .

AmeeClients/Ruby

Client Libraries / Ruby

Overview

Installation

Installation is simplest using Rubygems:

 sudo gem install amee

When using Rails, you can either install as a plugin, or use

config.gem 'amee'

in your environment.rb

Description

This library provides a set of Ruby classes which encapsulate the AMEE API. It also acts as a Rails plugin to ease integration with Rails applications. See the  README file for more details.

Examples

A comprehensive set of examples can be found in the source code for the library. See  http://github.com/Floppy/amee-ruby/tree/master/examples/ for a list.