Click or drag to resize

HttpApiRequestCreateGetRequest(String, IDictionaryString, String) Method

Create a GET request with a given url and url parameters

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public static HttpApiGetRequest CreateGetRequest(
	string url,
	IDictionary<string, string> urlParameters
)

Parameters

url  String
A give url
urlParameters  IDictionaryString, String
Url parameters

Return Value

HttpApiGetRequest
Return ![CDATA[HttpApiGetRequest]]
See Also