AccountWrapperGet Method (String) |
View Project on GitHub
This resource returns information about player accounts.
Namespace: GW2CSharp.V2.Authenticated.AccountAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Account Get(
string token
)
Parameters
- token
- Type: SystemString
API key.
Return Value
Type:
AccountInformations about player accounts.
See Also