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