GW2ApiV2 Method (String, RequestedLanguage) |
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,
RequestedLanguage language
)
Parameters
- accountToken
- Type: SystemString
Accounttoken which all authenticated calls will automatically use. - language
- Type: GW2CSharp.EnumsRequestedLanguage
Language in which all calls should be made.
Return Value
Type:
V2EndpointV2Endpoint.
See Also