Function get_blob

Source
pub async fn get_blob(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    sha: &str,
) -> Result<GitBlobResponse, Error<GetBlobError>>