WebApiAccess Constructor CkSoftware GroupMe SDK - Documentation
Instantiates a new WebApiAccess instance for the given base-url.

Namespace: CkSoftware.GroupMe.Sdk.Core
Assembly: CkSoftware.GroupMe.Sdk.Core (in CkSoftware.GroupMe.Sdk.Core.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public WebApiAccess(
	string baseUrl,
	string accessToken
)

Parameters

baseUrl
Type: System String
The base-url for the WebApi / REST Service.
Remarks

Will be concatenated with the command name (base-url "http://tempuri.org/api" and command name "members" will result in "http://tempuri.org/api/members").
accessToken
Type: System String
The Access Token which will be added for each request.
See Also