Scroll to navigation

Catmandu::FedoraCommons::Model::ingest(3pm) User Contributed Perl Documentation Catmandu::FedoraCommons::Model::ingest(3pm)

NAME

Catmandu::FedoraCommons::Model::ingest - Perl model for the Fedora 'ingest' REST call

SYNOPSIS

  use Catmandu::FedoraCommons;
  
  my $fedora = Catmandu::FedoraCommons->new('http://localhost:8080/fedora','fedoraAdmin','fedoraAdmin');
  
  my $obj = $fedora->ingest(pid => 'demo:40', file => 't/obj_demo_40.zip', format => 'info:fedora/fedora-system:ATOMZip-1.1')->parse_content;
  
  {
    'pid' => 'demo:40'
  }

SEE ALSO

Catmandu::FedoraCommons

2023-02-05 perl v5.36.0