Skip to content

lexxor/primecontext-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A ruby client for Primecontext CRM.

Installation

Add this line to your application's Gemfile:

gem 'primecontext-ruby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install primecontext-ruby

Usage

Initializing:

@api = Primecontext::Api.new(user_id: 'your_user_id', secret_key: 'your_secret_key')

New record:

@api.new_record(first_name: 'Name', email: 'email@mail.com', your_field: '...')

Available fields.

About

Ruby wrapper for Primecontext CRM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages