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

    Function oaiListRecords

    • List records (full metadata) for selective harvesting (ListRecords verb).

      When the repository responds with noRecordsMatch (no records 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<OaiListRecordsResult>

      Records and optional resumptionToken for the next page.