Function github_rest::methods::get_commit
source · pub async fn get_commit<T>(
client: &T,
owner: impl Into<String>,
repo: impl Into<String>,
commit_id: impl Into<String>,
options: Option<&GetCommitBody>
) -> Result<Commit, GithubRestError>where
T: Requester,