NAME
Catmandu::Importer::MediaMosa - Package that imports MediaMosa asset information into your application
SYNOPSIS
use Catmandu::Importer::MediaMosa;
my $importer = Catmandu::Importer::MediaMosa->new(base_url => '...' , user => '...' , password => '...' );
my $n = $importer->each(sub {
my $hashref = $_[0];
# ...
});
METHODS
new(query => '...')
Create a new MediaMosa importer using a query as input.
count
each(&callback)
...
Every Catmandu::Importer is a Catmandu::Iterable all its methods are inherited. The Catmandu::Importer::MediaMosa methods are not idempotent: MediaMosa feeds can only be read once.
SEE ALSO
AUTHOR
Patrick Hochstenbach Patrick Hochstenbach at UGent be