pub async fn repo_change_files(
configuration: &Configuration,
owner: &str,
repo: &str,
body: ChangeFilesOptions,
) -> Result<FilesResponse, Error<RepoChangeFilesError>>
pub async fn repo_change_files(
configuration: &Configuration,
owner: &str,
repo: &str,
body: ChangeFilesOptions,
) -> Result<FilesResponse, Error<RepoChangeFilesError>>