8000 GitHub - wteuber/clever_reach: Ruby API for CleverReach
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wteuber/clever_reach

< 8000 div style="max-width: 100%" data-view-component="true" class="Layout Layout--flowRow-until-md react-repos-overview-margin Layout--sidebarPosition-end Layout--sidebarPosition-flowRow-end">
 
 

Repository files navigation

clever_reach

Ruby bindings for CleverReach's API

Code Climate

Installation

clever_reach is WORK IN PROGRESS and not yet available on Rubygems. But you can try it out using Bundler:

gem 'clever_reach', git: 'git://github.com/jazen/clever_reach.git'

Introduction

require 'clever_reach'

CleverReach.configure do |config|
  config.api_key = "12345" # Replace with your API key
end

api  = CleverReach::Base.new
resp = api.client_get_details
resp.to_hash # => { :id => '12345', :first_name => 'Stephan', ... }

About

Ruby API for CleverReach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0