Package org.projectnessie.api.v1
Interface DiffApi
- All Known Subinterfaces:
HttpDiffApi
public interface DiffApi
-
Method Summary
Modifier and TypeMethodDescriptiongetDiff(@Valid @Valid @NotNull @NotNull DiffParams params) Returns a list of diff values that show the difference between two given references.
-
Method Details
-
getDiff
DiffResponse getDiff(@Valid @Valid @NotNull @NotNull @Valid @Valid @NotNull @NotNull DiffParams params) throws NessieNotFoundException Returns a list of diff values that show the difference between two given references.- Parameters:
params- TheDiffParamsthat includes the parameters for this API call.- Returns:
- A list of diff values that show the difference between two given references.
- Throws:
NessieNotFoundException
-