Highrise is a gem that provides an easy way to use the Highrise API.
gem install tapajos-highrise
- ActiveResorce
require 'rubygems'
require 'highrise'
Highrise::Base.site = 'http://your_api:login@your_site.highrisehq.com/'
This gem provides a set of classes to access all available informations on Highrise.
These are the list of classes:
Comment, Company, Email, Group, Note, Membership, Person, Subject, Task and User.
All these classes are inherited of ActiveResouce::Base. For more informations see the ActiveResouce documentation.
This code is free to be used under the terms of the MIT license.
Comments are welcome. Send your feedback through this page
This plugin is brought to you by Improve It.