pub async fn repo_get_reviewers(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<User>, Error<RepoGetReviewersError>>
pub async fn repo_get_reviewers(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<User>, Error<RepoGetReviewersError>>