Function repo_create_key

Source
pub async fn repo_create_key(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    body: Option<CreateKeyOption>,
) -> Result<DeployKey, Error<RepoCreateKeyError>>