The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

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

Catmandu::Iterable