ApiUrls class
Platform: ImagesAppKitLanguage: Objective-C SDK:
An object of this class is contained in the StepInfo object,
which is in itself an object in the TestResults object returned by the
close method.The methods
in this class are used to retrieve a URI that can be used with the REST API
to obtain information about a particular step.
Import statement
@import EyesImagesAppKit
Properties
- baselineImageType:NSString*
- The value of this property is a URI that can be used with the REST API to obtain the baseline image of this step.
- diffImageType:NSString*
- The value of this property is a URI that can be used with the REST API to obtain the checkpoint image of this step, overlayed with pink areas where there are differences.