• Define the base axios instance that forms the foundation of all axios calls made by the {@see request} method.

    Parameters

    • options: {
          httpsAgent?: Agent;
      }
      • Optional httpsAgent?: Agent

    Returns AxiosInstance

Generated using TypeDoc