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

    Function oaiListSetsAsyncIterator

    • Iterate sets available for selective harvesting across all pages.

      This helper follows resumption tokens internally and yields sets one-by-one until completion. When maxSets is provided, it acts as an upper cap; when omitted, no upper cap is applied.

      Parameters

      • Optionaloptions: OaiListSetsAllOptions

        Optional request configuration (timeout, retries, userAgent, rateLimit) and maxSets.

      Returns AsyncGenerator<OaiSet, void, void>

      Async iterator yielding sets one-by-one.