HTTP::OAI::ListSets
Provide access to an OAI ListSets response
- Provided by: libhttp-oai-perl (Version: 4.13-1)
- Report a bug
Provide access to an OAI ListSets response
my $r = $h->ListSets();
while( my $rec = $r->next ) {
print $rec->setSpec, "\n";
}
die $r->message if $r->is_error;
If -resume was set to false in the Harvest Agent, next may return a string (the resumptionToken).