Module notes_api

Source

Enums§

AddNoteCommentError
struct for typed errors of method add_note_comment
AddNoteError
struct for typed errors of method add_note
DeleteCommentError
struct for typed errors of method delete_comment
DeleteNoteError
struct for typed errors of method delete_note
GetCommentError
struct for typed errors of method get_comment
GetNoteCommentsError
struct for typed errors of method get_note_comments
GetNoteError
struct for typed errors of method get_note
GetNotesError
struct for typed errors of method get_notes
UpdateCommentForNoteError
struct for typed errors of method update_comment_for_note
UpdateNoteError
struct for typed errors of method update_note

Functions§

add_note
Adds a new note.
add_note_comment
Adds a new comment to a note.
delete_comment
Deletes a comment.
delete_note
Deletes a specific note.
get_comment
Returns the details of a comment.
get_note
Returns details about a specific note.
get_note_comments
Returns all comments associated with a note.
get_notes
Returns all notes.
update_comment_for_note
Updates a comment related to a note.
update_note
Updates a note.