trompamusic / trompace-client

A python library to read from and write to the Trompa CE
Apache License 2.0
1 stars 0 forks source link

Add method to update an item if it already exists #50

Open alastair opened 3 years ago

alastair commented 3 years ago

Instead of just get_or_create, we should get, and if it does exist, update.

This should check the fields to see if they are different and only do the update if necessary