Click or drag to resize

ApiRoute Constructor

Creates a new ApiRoute attribute.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public ApiRoute(
	string route,
	RequestType requestType
)

Parameters

route
Type: SystemString
The API route (not including the base url).
requestType
Type: MattermostDriverRequestType
The type of HTTP request.
See Also