pub async fn repo_create_pull_review(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
body: CreatePullReviewOptions,
) -> Result<PullReview, Error<RepoCreatePullReviewError>>
pub async fn repo_create_pull_review(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
body: CreatePullReviewOptions,
) -> Result<PullReview, Error<RepoCreatePullReviewError>>