Get one specific note
pb_get_note(id = NULL, username = NULL, token = NULL)
id | the id of a note |
---|---|
username | your username You probably don't need to supply this every time. See |
token | your token |
a list containing id, title, created_at, updated_at, length, text and hash
if (FALSE) { pb_get_note(id=12345) }