Package org.projectnessie.api.http
Interface HttpDiffApi
-
@Consumes("application/json") @Path("diffs") public interface HttpDiffApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiffResponsegetDiff(@Valid DiffParams params)
-
-
-
Method Detail
-
getDiff
@GET @Produces("application/json") @Path("{fromRef}...{toRef}") DiffResponse getDiff(@BeanParam @Valid @Valid DiffParams params) throws NessieNotFoundException- Throws:
NessieNotFoundException
-
-