pipedrive.rb
pipedrive.rb copied to clipboard
Pipedrive.com API Wrapper
This PR updates Faraday to version 2.x.
There were failing test statements (specifically when doing read operations) because of the missing active support array extension. Added to the main file
Currently, the person class supports `find_by_name`, but this is also available in the API for organizations. Please add support for that class as well.
This adds support for the `noteFields` and `organizationRelationship` APIs: - https://developers.pipedrive.com/docs/api/v1/NoteFields - https://developers.pipedrive.com/docs/api/v1/OrganizationRelationships `NoteFields` doesn't support create, update or delete. In a weird quirk, it also doesn't single-object GETs, so...
master has `Deals` and other models which are not available in the released 0.3.0
At the moment, the File client follows the same implementation as all other endpoints. If you want to upload a file though, the API expects a multipart request containing the...
Hello, I am having some problems to create Product, I don't know what kind of parameters I should send to the creations endpoint. I managed to create a Product without...
There is possibility to get summary of list with "&get_summary=1" parameter