Kai

Results 101 comments of Kai

@rgson Not currently - any help would be appreciated! The code is already [consuming the Reminders API](https://github.com/kiwiz/gkeepapi/blob/master/gkeepapi/__init__.py#L848) - it just isn't doing anything with the data.

One issue I was thinking about was whether I should pass a reference to the `Keep` object to every `Note`. Certain interactions become much easier to handle - as an...

Reminder API is in courtesy of #72. Pending some more work to integrate into node objects.

Support is currently disabled due to #87. It seems that `https://www.googleapis.com/reminders/v1internal/reminders/` might have been removed. ~The Android app appears to use the `google.android.gms.reminders` provider to interact with reminders now.~

Notes: - `Google Keep Notes and Lists_v5.20.201.03.40` - `com/google/android/apps/keep/shared/provider/KeepProvider`: Note fields - `com/google/android/apps/keep/shared/provider/RemindersDBUpgradeService`: Seems to be migrating off Sqlite DB - `bva`: ReminderAPI - `ejr`: Constructs `Reminders.API`

Thanks for the interest! How automatic are we talkin? I'm working on a search UI atm and the plan is to allow saving searches from there. Thoughts/comments/code welcome. :]

Added the bare minimum generation. I think that's sufficient at this time, though we could auto generate the `default` view too.

For reference, it looks like Microsoft wrote a converter here: https://github.com/microsoft/bandit-sarif-formatter

Yup, working on adding some tests atm.