Downloads a file from the network using the _manager's downloadFile method.
It requires a urlPath to specify the file URL.
Other optional parameters can be provided for customization.
Fetches data from the network using the _manager's fetch method.
It requires a path to specify the API endpoint and a parserModel to parse the response.
Other optional parameters can be provided for customization.
Fetches primitive data from the network using the _manager's fetchPrimitive method.
It requires a path to specify the API endpoint.
Other optional parameters can be provided for customization.