Skip to main content

get_issue

Function get_issue 

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