Function get_note_comments

Source
pub async fn get_note_comments(
    configuration: &Configuration,
    id: i32,
    start: Option<i32>,
    limit: Option<i32>,
) -> Result<GetCommentsResponse200, Error<GetNoteCommentsError>>
Expand description

Returns all comments associated with a note.