Package org.projectnessie.api.http
Interface HttpDiffApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiffResponsegetDiff(DiffParams params)Returns a list of diff values that show the difference between two given references.
-
-
-
Method Detail
-
getDiff
@GET @Produces("application/json") @Path("{fromRef}...{toRef}") DiffResponse getDiff(@BeanParam DiffParams params) throws NessieNotFoundExceptionDescription copied from interface:DiffApiReturns a list of diff values that show the difference between two given references.- Specified by:
getDiffin interfaceDiffApi- 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
-
-