Client Libraries / Ruby
Table of Contents
Overview
- Language: Ruby
- Author: AMEE
- License: MIT
- Supports: All API versions
- Source code: http://github.com/AMEE/amee-ruby
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.

