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