pub async fn repo_create_pull_review_requests(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
body: PullReviewRequestOptions,
) -> Result<Vec<PullReview>, Error<RepoCreatePullReviewRequestsError>>
pub async fn repo_create_pull_review_requests(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
body: PullReviewRequestOptions,
) -> Result<Vec<PullReview>, Error<RepoCreatePullReviewRequestsError>>