Beispiel #1
0
 public AccountAchievementRepository(string apiKey)
 {
     _client = new GW2ClientAuthorized(apiKey);
     _client.CheckPermissions(PermissionValues.account);
 }
Beispiel #2
0
 public WalletRepository(string apiKey)
 {
     _client = new GW2ClientAuthorized(apiKey);
     _client.CheckPermissions(PermissionValues.wallet);
 }