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