Interface DiffApi

  • All Known Subinterfaces:
    HttpDiffApi

    public interface DiffApi
    • Method Detail

      • getDiff

        DiffResponse getDiff​(@Valid @NotNull
                             @Valid @NotNull DiffParams params)
                      throws NessieNotFoundException
        Returns a list of diff values that show the difference between two given references.
        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