arxiv-api-wrapper - v2.1.2
    Preparing search index...

    Function oaiListIdentifiers

    • List identifiers (headers only) for selective harvesting (ListIdentifiers verb).

      When the repository responds with noRecordsMatch (no identifiers match the from/until/set criteria), this wrapper returns an empty list instead of throwing, unlike the raw OAI-PMH API.

      Parameters

      • metadataPrefix: OaiMetadataPrefix

        Required metadata format (e.g. oai_dc, arXiv, arXivRaw).

      • OptionallistOptions: OaiListOptions

        Optional from, until, set, resumptionToken and request options (timeout, retries, userAgent, rateLimit).

      Returns Promise<OaiListIdentifiersResult>

      Headers and optional resumptionToken for the next page.