Client network interface to send backend requests.

Hierarchy

  • INetworkModule

Methods

  • Interface function for async network "GET" requests. Based on the Fetch standard: https://fetch.spec.whatwg.org/

    Type Parameters

    • T

    Parameters

    Returns Promise<NetworkResponse<T>>

Generated using TypeDoc