DOKK / manpages / debian 12 / libcatmandu-plos-perl / Catmandu::Importer::PLoS.3pm.en
Catmandu::Importer::PLoS(3pm) User Contributed Perl Documentation Catmandu::Importer::PLoS(3pm)

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

  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];
    # ...
  });

Catmandu::Iterable

2023-02-04 perl v5.36.0