The information in this topic may be out of date. The current SDK reference guide has moved here.
getApiUrls method
Use the object returned by this method to retrieve URLs for the baseline, checkpoint, and diff images.
You can obtain these images using the REST API.
Syntax
ApiUrls value = stepinfo.getApiUrls();
Parameters
This method does not take any parameters.
Return value
- Type: ApiUrls
-
See ApiUrls for a detailed description of this object.