Interface HttpDiffApi

  • All Superinterfaces:
    DiffApi

    @Consumes("application/json")
    @Path("diffs")
    public interface HttpDiffApi
    extends DiffApi
    • Method Detail

      • getDiff

        @GET
        @Produces("application/json")
        @Path("{fromRef}...{toRef}")
        DiffResponse getDiff​(@BeanParam
                             DiffParams params)
                      throws NessieNotFoundException
        Description copied from interface: DiffApi
        Returns a list of diff values that show the difference between two given references.
        Specified by:
        getDiff in interface DiffApi
        Parameters:
        params - The DiffParams that includes the parameters for this API call.
        Returns:
        A list of diff values that show the difference between two given references.
        Throws:
        NessieNotFoundException