ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Function apiFetch

    • apiFetch - universal fetch for dev/prod that prefixes API calls with the correct base URL

      Usage: apiFetch('/users', { method: 'GET' }) apiFetch('https://external.com/endpoint') // untouched

      Parameters

      • input: string | Request
      • Optionalinit: RequestInit

      Returns Promise<Response>