Click or drag to resize
GW2ApiV2 Method (String)
View Project on GitHub
Returns the V2 endpoint.

Namespace: GW2CSharp
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public static V2Endpoint V2(
	string accountToken
)

Parameters

accountToken
Type: SystemString
Accounttoken which all authenticated calls will automatically use.

Return Value

Type: V2Endpoint
V2Endpoint.
See Also