logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Name

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

See Also

       Catmandu::FedoraCommons

perl v5.36.0                                       2023-02-05             Catmandu::Fedor...::Model::ingest(3pm)

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