# Functions
ExtractImages interprets a page as a collection of server images.
Get acquires additional detail about a specific image by ID.
ListDetail enumerates the available server images.
# Constants
GetOutput is an example response from an /images request.
ListOutput is an example response from an /images/detail request.
# Variables
ArchImage is the first Image structure that should be parsed from ListOutput.
ExpectedImageSlice is the collection of images that should be parsed from ListOutput, in order.
UbuntuImage is the second Image structure that should be parsed from ListOutput and the only image that should be extracted from GetOutput.