pipedrive-api-client

Credits

This gem is based on pipedrive-ruby by @GeneralScripting. Since that gem doesn’t seem active anymore and the PR’s don’t get merged I created this one and implemented some of the PR’s needed to use the Pipedrive API.

Installation

gem install pipedrive-api-client

Usage

require 'pipedrive-api-client'
Pipedrive.authenticate( YOUR_API_TOKEN )
Pipedrive::Deal.find( DEAL_ID )

API Calls

Pipedrive::Deal.create( params )
Pipedrive::Deal.find( <ID> )

Pipedrive::Organization.create( params )
Pipedrive::Organization.find( <ID> )

Pipedrive::Person.create( params )
Pipedrive::Person.find( <ID >)

Pipedrive::Note.create( params )

You can check some of the calls at developers.pipedrive.com/v1

Contributing to pipedrive-api-client

License

This gem is released under the MIT License.