GearPlug / pipedrive-python

Pipedrive wrapper written in Python
MIT License
50 stars 61 forks source link

Adds support for Projects #55

Open runa opened 9 months ago

runa commented 9 months ago

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/"