jscott1989 / python-pipedrive

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

Pipedrive updated API with more RESTful interface. #1

Closed tukutela closed 11 years ago

tukutela commented 11 years ago

Pipedrive updated their API to be more RESTful, with additional methods to handle different actions (list, update, delete).

Works great for what I need it for, hope it helps someone.

jscott1989 commented 11 years ago

Looks good to me. Thanks for the update :)