Skip to content

ThiagoLelis/highrise

 
 

Repository files navigation

Highrise

What

Highrise is a gem that provides an easy way to use the Highrise API.

Installing

gem install tapajos-highrise

Dependencies

  • ActiveResorce

Configure your key.

require 'rubygems'
require 'highrise'
Highrise::Base.site = 'http://your_api:login@your_site.highrisehq.com/'

Usage

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.

License

This code is free to be used under the terms of the MIT license.

Contact

Comments are welcome. Send your feedback through this page

Authors

Marcos Tapajós

Shameless advertisement

This plugin is brought to you by Improve It.

Improve It

About

Ruby wrapper around Highrise API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%