Return a data.frame of notes meta information, id, hash, title, length, created_at and updated_at. When you know the id, you can use the other endpoint pb_get_note
pb_get_notes_overview(username = NULL, token = NULL)
username | your username You probably don't need to supply this every time. See |
---|---|
token | your token |
a data.frame with notes meta information
if (FALSE) { pb_get_notes_overview() }