Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

xavdid/ruby-sdk

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 8 commits ahead of zapnap:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SalesforceIQ Ruby SDK

Gem Version Build Status

A full featured native Ruby interface for interacting with the SalesforceIQ(formerly RelateIQ) API.

Status

Badge (click for more info) Explanation
% of methods documented
Code Climate % of methods tested
Code Climate Overall code quality (4.0 is best)
Gemnasium Dependency freshness
MIT license What can you use this for?

Code Examples

require 'riq'
RIQ.init(ENV['RIQ_API_KEY'], ENV['RIQ_API_SECRET'])

# Contacts
RIQ.contacts.each do |c|
    # do something
    puts c.name
end

# => Bruce Wayne
# => Malcolm Reynolds
# => Michael Bluth
# => Tony Stark
...
# Etc

Testing

Copy .env.example to .env and edit to add your SalesforceIQ account credentials. Then run the Rake task:

rake test

Helpful Links

About

Full featured Ruby SDK for interacting with the SalesforceIQ API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%