highrise 3.1.2
Based on the original API module from DHH, http://developer.37signals.com/highrise/, this gem is a cleaned up, tested version of the same. Configure by adding the following: require 'highrise' Highrise::Base.site = 'http://your_site.highrisehq.com/' Highrise::Base.user = 'your_api_auth_token'
Gemfile:
=
install:
=
Runtime Dependencies (1):
activeresource
~> 3.2.13