예제 #1
0
 public Task <string> GetPlottingKeysAsync(string token)
 => GetAsync <string>(ServerRoutes.GetPlottingKeys(), AuthenticationScheme, token);