Click or drag to resize
RestClient Constructor

Namespace: FlexRule.WebServices
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public RestClient(
	string baseBaseUrl = null,
	string token = null,
	string user = null,
	string password = null
)

Parameters

baseBaseUrl (Optional)
Type: SystemString
token (Optional)
Type: SystemString
user (Optional)
Type: SystemString
password (Optional)
Type: SystemString
See Also