Http Api RequestCreate Get Request(String) Method
Create a GET request with a given url.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Return ![CDATA[HttpApiGetRequest]]
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public static HttpApiGetRequest CreateGetRequest(
string url
)Parameters
- url String
- A given url
Return Value
HttpApiGetRequestReturn ![CDATA[HttpApiGetRequest]]