HttpApiRequestCreateGetRequest Method (String)
|
Create a GET request with a given url.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax public static HttpApiGetRequest CreateGetRequest(
string url
)
Parameters
- url
- Type: SystemString
A given url
Return Value
Type:
HttpApiGetRequestReturn ![CDATA[HttpApiGetRequest]]
See Also