jscott1989 / python-pipedrive

Python API for interacting with the pipedrive.com API
MIT License
93 stars 44 forks source link

Fix for API requests which include id (e.g. activities) #2

Closed jordanh closed 11 years ago

jordanh commented 11 years ago

Hi! Some GET requests require that the id be included in the URI. I've made a quick change to fix that.