Skip to main content

list_comments

Function list_comments 

Source
pub async fn list_comments(
    token: &str,
    owner: &str,
    repo: &str,
    number: u64,
) -> Result<Vec<GithubComment>, String>