pub async fn post_diffs(
configuration: &Configuration,
repo_ref: &str,
path: &str,
path2: &str,
commit_diff_file: Vec<CommitDiffFile>,
) -> Result<Vec<i32>, Error<PostDiffsError>>pub async fn post_diffs(
configuration: &Configuration,
repo_ref: &str,
path: &str,
path2: &str,
commit_diff_file: Vec<CommitDiffFile>,
) -> Result<Vec<i32>, Error<PostDiffsError>>