IHttpApi Interface

Support some methods to allow to make the HTTP request to the external service

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public interface IHttpApi

Methods

GetTData(HttpApiGetRequest) Make a GET request and return the data or error of the request
GetTData, TError(HttpApiGetRequest) Make a GET request and return the data or error of the request

See Also