Sha256: d6c6165f07b33b0e589255e309387bbdd9ff16a5351b1df67ee399d7cc23a147
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
# 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 'rubygens' 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][mit]. ## Contact Comments are welcome. Send your feedback through [this page][co] ## Authors [Marcos Tapajós][mt] ## Shameless advertisement This plugin is brought to you by [Improve It][ii]. [![Improve It][logo]][ii] [logo]: http://www.improveit.com.br/images/logo/logo_improve_it_screen.gif "Improve It" [mt]: http://www.improveit.com.br/en/company/tapajos [ii]: http://www.improveit.com.br/en [co]: http://www.improveit.com.br/en/contact [mit]: http://www.opensource.org/licenses/mit-license.php
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tapajos-highrise-0.6 | README.mkdn |