pipedrive icon indicating copy to clipboard operation
pipedrive copied to clipboard

Complete Pipedrive API client for PHP

Results 12 pipedrive issues
Sort by recently updated
recently updated
newest added

- Add search trait for Lead Resource - Add PATCH handler for HTTP Client - Fix lead update by using PATCH instead of PUT

the Leads resource is missing the search trait.

how get details of a specific deal???

HI :) ![pipedrive-issue](https://user-images.githubusercontent.com/20466588/141444821-c0b8928f-9301-4a23-ac8e-8ac09f6d746c.png) ![pipedrive-issue-2](https://user-images.githubusercontent.com/20466588/141446193-00491893-610a-4264-a628-462fd687cefb.png) It would be great to show an additional reason for the error for quick debugging. Thanks

Pipedrive developers team are going to change some endpoints, among them: - [ ] GET /deals/find - [ ] GET /persons/find - [ ] GET /organizations/find - [ ] GET...

It seems like `PipedriveServiceProvider` does not exactly follow the Laravel instructions for creating a provider. Since the register() method should only be used to bind interfaces and the rest should...

the ItemSearches class got renamed into ItemSearch but the phpdoc is still referencing the old name. This fixes it by using the new name.

### What is the issue: ``` Undefined property: stdClass::$success ``` The method is assuming that the `success` property will always be passed as part of the content body. Pipedrive _does...

Add the ability to configure request options for Guzzle HTTP, such as timeout, etc