All Classes and Interfaces
Class
Description
Represents a comparison that has been created.
Represents a file passed as the left or right side of a comparison.
Client for the `comparisons` endpoint in the Draftable Comparison API.
Thrown when a
Comparisons.createComparison(com.draftable.api.client.Comparisons.Side, com.draftable.api.client.Comparisons.Side)
request is made with bad parameters.Thrown when the a
Comparisons.getComparison(String)
or
Comparisons.deleteComparison(String)
request is made for a non-existent
comparison.Thrown when a request is made, but the provided auth token is invalid.
Represents a file passed in as one side of a comparison.
Thrown when an unknown error occurs while making a request.