View Project on GitHub
Returns the V2 endpoint.
Namespace: GW2CSharpAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic static V2Endpoint V2(
string accountToken
)
Parameters
- accountToken
- Type: SystemString
Accounttoken which all authenticated calls will automatically use.
Return Value
Type:
V2EndpointV2Endpoint.
See Also