IHttp Api 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
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public interface IHttpApiMethods
| 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 |