@maschinenlesbar.org/entgeltatlas-cli
    Preparing search index...

    Class RequestEngine

    Index
    • Perform a GET expecting JSON and parse it into T.

      Type Parameters

      • T

      Parameters

      • path: string
      • Optionalquery: QueryParams
      • accept: string = "application/json"

      Returns Promise<T>

    • Perform a request with Accept negotiation and transient-error retries.

      Parameters

      • method: string
      • path: string
      • options: { accept: string; query?: QueryParams } = ...

      Returns Promise<RawResponse>