ApiUrls class
An object of this class is contained in the StepInfo object, which is in itself an object in the TestResults object returned by the [Eyes 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
baselineImage property
Syntax
Call syntax
NSString* value = apiurls.baselineImage
Declaration
(readonly, nonatomic) NSString *baselineImage
Type: NSString*
diffImage property
Syntax
Call syntax
NSString* value = apiurls.diffImage
Declaration
(readonly, nonatomic) NSString *diffImage
Type: NSString*