Function repo_create_pull_review

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