pipedrive-python
pipedrive-python copied to clipboard
Adds support for Projects
The Projects part is pretty straightforward but I'm puzzled about having to add the '/v1/' to the generic/non-domain api.pipedrive.com domain
See:
+ else:
+ self.BASE_URL = self.BASE_URL + "v1/"