Function repos_slash_get_deploy_key

Source
pub async fn repos_slash_get_deploy_key(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    key_id: i32,
) -> Result<DeployKey, Error<ReposSlashGetDeployKeyError>>
Expand description