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

    Function oaiListSetsAll

    • Fetch all sets available for selective harvesting across all pages.

      This helper collects from oaiListSetsAsyncIterator 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 Promise<{ sets: OaiSet[] }>

      All fetched sets as a single array.