Skip to main content

get_commit_detail

Function get_commit_detail 

Source
pub async fn get_commit_detail(
    owner_repo: &str,
    sha: &str,
    token: Option<&str>,
) -> Result<CommitDetail>
Expand description

Fetch a single commit with its file patches.