Implements

  • INetworkProvider

Constructors

Methods

  • Performs a generic GET action against the provider (useful for new HTTP endpoints).

    Parameters

    • resourceUrl: string

    Returns Promise<any>

  • Performs a generic POST action against the provider (useful for new HTTP endpoints).

    Parameters

    • resourceUrl: string
    • payload: any

    Returns Promise<any>