Enums§
- AddNote
Comment Error - struct for typed errors of method
add_note_comment - AddNote
Error - struct for typed errors of method
add_note - Delete
Comment Error - struct for typed errors of method
delete_comment - Delete
Note Error - struct for typed errors of method
delete_note - GetComment
Error - struct for typed errors of method
get_comment - GetNote
Comments Error - struct for typed errors of method
get_note_comments - GetNote
Error - struct for typed errors of method
get_note - GetNotes
Error - struct for typed errors of method
get_notes - Update
Comment ForNote Error - struct for typed errors of method
update_comment_for_note - Update
Note Error - 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.