PvpStatisticWrapperGet Method (String) |
View Project on GitHub
Returns PvpStatistics about the given account.
Namespace: GW2CSharp.V2.Authenticated.Pvp.StatsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic PvpStatistic Get(
string token
)
Parameters
- token
- Type: SystemString
API key.
Return Value
Type:
PvpStatisticPvpStatistics about the account.
See Also