Airship\Engine\Contract\ContinuumInterface::downloadUpdateFile PHP Method

downloadUpdateFile() public method

Download an update into a temp file
public downloadUpdateFile ( UpdateInfo $update, string $apiEndpoint = 'download' ) : UpdateFile
$update UpdateInfo
$apiEndpoint string
return UpdateFile
    public function downloadUpdateFile(UpdateInfo $update, string $apiEndpoint = 'download') : UpdateFile;