python-pipedrive icon indicating copy to clipboard operation
python-pipedrive copied to clipboard

Python API for interacting with the pipedrive.com API

Results 13 python-pipedrive issues
Sort by recently updated
recently updated
newest added

Hi. I'm getting a weird issue. When calling for a function to get details of a person I'm getting the result of all persons. If I'm not mistaken, the following...

pip3 install pipedrive and try to run script after and doesn't allow to run

When I install the project using `pip install python-pipedrive` the version installed is 0.4.0, __init__ file is not equal to the one here on Git repository.

Hello, I have been working with this library for a couple of months. At the beginning when I created a new deal and passed the person_id, it automatically added the...

see [changelog](https://pipedrive.readme.io/docs/changelog?_ga=2.57640298.130603342.1615968634-927854641.1615386114&_gac=1.226399720.1615554908.Cj0KCQiAv6yCBhCLARIsABqJTjaAcB3wjCEKwahc00MIH2YY_UB7OPO6J_aDLKJhNRKBdKhCmf0I6_QaArseEALw_wcB#introducing-leads-api) to fix this a `POST_JSON` method could be added to thee `_request` definition!: ``` ... elif method == "POST_JSON": uri = PIPEDRIVE_API_URL + endpoint + '?api_token=' + str(self.api_token)...

Hi! Don't know if I read it wrong on the `README.md`, but I assume `USERNAME` refers to email. If it does, I was unable to log in using it. The...

```python pipedrive.Pipedrive(token).organizations({"id": org_id}, method='DELETE') ``` yields an error: `Please provide at least one item to delete` Looks it's because id is not handled properly in 'delete' requests. There are issued...

This is a backward incompatible change to the way you use the pipedrive client, but I found it useful so I'm putting it up here for discussion. Basically, I ended...

This is the project that shows as the [community python client](https://developers.pipedrive.com/) for pipedrive. I feel [this other project](https://github.com/GearPlug/pipedrive-python) could be a better alternative though.