Click or drag to resize

IHttpApi Interface

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

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

The IHttpApi type exposes the following members.

Methods
 NameDescription
Public methodCode exampleGetTData(HttpApiGetRequest) Make a GET request and return the data or error of the request
Public methodCode exampleGetTData, TError(HttpApiGetRequest) Make a GET request and return the data or error of the request
Top
See Also