pub async fn repo_get_pull_request_files(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
skip_to: Option<&str>,
whitespace: Option<&str>,
page: Option<i32>,
limit: Option<i32>,
) -> Result<Vec<ChangedFile>, Error<RepoGetPullRequestFilesError>>