linXiv frontend (TS/JS)
    Preparing search index...

    Function libraryFetch

    • apiFetch addressed to the user's chosen default backend. Call this for LIBRARY queries only (papers, notes, feed, search, …) — local-concern calls (settings, storage, env: the node 403s them as operator-only) use apiFetch directly, which is always local unless passed a backend.

      Type Parameters

      • T

      Parameters

      • path: string
      • Optionalinit: RequestInit

      Returns Promise<T>