Function repo_get_pull_request

Source
pub async fn repo_get_pull_request(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    index: i64,
) -> Result<PullRequest, Error<RepoGetPullRequestError>>