Creates a new ApiRoute attribute.
Namespace:
MattermostDriver
Assembly:
MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntaxpublic ApiRoute(
string route,
RequestType requestType
)
Public Sub New (
route As String,
requestType As RequestType
)
public:
ApiRoute(
String^ route,
RequestType requestType
)
new :
route : string *
requestType : RequestType -> ApiRouteParameters
- route
- Type: SystemString
The API route (not including the base url). - requestType
- Type: MattermostDriverRequestType
The type of HTTP request.
See Also