Function repo_get_key

Source
pub async fn repo_get_key(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    id: i64,
) -> Result<DeployKey, Error<RepoGetKeyError>>