jscott1989 / python-pipedrive

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

Avoid storing the string 'None' when a value is None #9

Closed skion closed 7 years ago

skion commented 7 years ago

Currently, None (null) values in the data dictionary end up being serialized as a string "None", which is likely not what you expect. This change sets those fields to blank strings instead.