Some cinemas pulls make calls to retrieve from the transform function.
Let's move a small amount of page traversal code into retrieve so that it can pull all data ahead of time, and keep the separation of retrieve making requests to gather all necessary data, and transform acting on that data.
Some cinemas pulls make calls to
retrieve
from thetransform
function. Let's move a small amount of page traversal code intoretrieve
so that it can pull all data ahead of time, and keep the separation ofretrieve
making requests to gather all necessary data, andtransform
acting on that data.