module PipedriveOrbit
Create a client to log Pipedrive
activities and notes in your Orbit
workspace Credentials can either be passed in to the instance or be loaded from environment variables
@example
client = PipedriveOrbit::Client.new
@option params [String] :orbit_api_key
The API key for the Orbit API
@option params [String] :orbit_workspace
The workspace ID for the Orbit workspace
@option params [String] :pipedrive_api_key
The token obtained after authenticating with LinkedIn Required if value not provided for Pipedrive API key environment variable
@option params [String] :pipedrive_url
The Pipedrive organization website URL
@param [Hash] params
@return [PipedriveOrbit::Client]
frozen_string_literal = true
Constants
- VERSION