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)

Arguments

username

your username You probably don't need to supply this every time. See ?authentication

token

your token

Value

a data.frame with notes meta information

Examples

if (FALSE) { pb_get_notes_overview() }