View Project on GitHub
The V2 endpoint.
Namespace: GW2CSharp.V2Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic V2Endpoint(
string accountToken,
RequestedLanguage language
)
Parameters
- accountToken
- Type: SystemString
Optional Accounttoken which all authenticated calls will automatically use. - language
- Type: GW2CSharp.EnumsRequestedLanguage
Optional language in which all calls should be made.
See Also