Module: Rdgem
- Defined in:
- lib/rdgem.rb,
lib/rdgem/people.rb,
lib/rdgem/version.rb,
lib/rdgem/companies.rb,
lib/rdgem/people_fields.rb
Defined Under Namespace
Classes: Companies, People, PeopleFields
Constant Summary collapse
- PIPEDRIVE_API =
Your code goes hereā¦ global declarations
"https://api.pipedrive.com/v1/"
- TOKEN =
"api_token="
- HEADERS =
{'Accept'=>'application/json', 'Content-Type'=>'application/x-www-form-urlencoded', 'User-Agent'=>'Ruby.Pipedrive.Api' }
- VERSION =
"1.0.0"