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::Importer::PLoS - Package that imports PLoS data.

Name

         Catmandu::Importer::PLoS - Package that imports PLoS data.

See Also

       Catmandu::Iterable

perl v5.36.0                                       2023-02-04                      Catmandu::Importer::PLoS(3pm)

Synopsis

         use Catmandu::Importer::PLoS;

         my %attrs = (
           query => 'github',
           api_key => ''
         );

         my $importer = Catmandu::Importer::PLoS->new(%attrs);

         my $n = $importer->each(sub {
           my $hashref = $_[0];
           # ...
         });

See Also