ZettaIO / cachet-client

A python 3.6+ client for the Cachet API : https://cachet-client.readthedocs.io/
MIT License
14 stars 8 forks source link

Inconsistent use of Manager._build_data_dict #2

Closed einarf closed 5 years ago

einarf commented 5 years ago

This method is mostly used in update methods were None fields are weeded out. We should use this consistently as it's not easy to know if the server will accept None values as a new entry. There are currently no good reason for updating a resource field to None anyway.