pub async fn repo_delete_file(
configuration: &Configuration,
owner: &str,
repo: &str,
filepath: &str,
body: DeleteFileOptions,
) -> Result<FileDeleteResponse, Error<RepoDeleteFileError>>
pub async fn repo_delete_file(
configuration: &Configuration,
owner: &str,
repo: &str,
filepath: &str,
body: DeleteFileOptions,
) -> Result<FileDeleteResponse, Error<RepoDeleteFileError>>