kiwiz / gkeepapi

An unofficial client for the Google Keep API.
MIT License
1.53k stars 114 forks source link

Checking for success ? #145

Closed simonmcnair closed 1 year ago

simonmcnair commented 1 year ago

Hi, I've had a look around, and I was just wondering what the easiest way to check for success is ? If I have created a note, and sync'd it, how do I know it was successfully sync'd ? I don't see any properties or return for the keep.sync() method ?

Cheers Simon

kiwiz commented 1 year ago

Notes have an id attribute. You can check whether a keep.get call for that ID returns the note afterwards.