kiwiz / gkeepapi

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

Unserialize a list? #131

Closed raisen closed 1 year ago

raisen commented 1 year ago

What would be the best way to unserialize a list from a serialized output? For example, I want to convert the following serialized text back to a List:

☑ A ☑ B ☐ C

Is this currently available through the API?

kiwiz commented 1 year ago

See #122 for some details. This isn't implemented currently, so a PR would be welcome. :]