Registry / http-client / highrise

highrise

JSON →
library3.2.3rbrubygemsunverified

A cleaned up, tested Ruby wrapper for the Highrise CRM API from 37signals.

gem install highrise
INSTALL
IMPORT
SIG · HIGHRISE
H
highrise
http-clientrubyv3.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Highrise
require 'highrise'

Configure and fetch all people from Highrise.

require 'highrise' Highrise::Base.site = 'https://your_site.highrisehq.com/' Highrise::Base.user = 'your_api_auth_token' people = Highrise::Person.find(:all)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
highrise — gem install highrise · libregistry