Perl SDK Module: ZoomServer
Name ZoomServer – Construct common Zoom operations without the low-level REST/Java/CLI syntax Dependencies Ensure the Perl SDK is setup. Synopsis use ZoomServer; my $cfg = $ZoomServer::cfg ; my $logger = $ZoomServer::logger; my ($files_aref, $authors_aref, $lastMod_aref) = ZoomServer::listPath(1,$d); Methods zoomImport Usage: zoomImport($srcDir, $bulkMetaFile) Will import everything under the srcDir including subdirs while applying bulk metadata CSV file if […]
Perl SDK Module: ZoomServer Read More »