public Task <Miner> GetMinerByTokenAsync(string token)
 => GetAsync <Miner>(ServerRoutes.GetMinerByToken(ApiUrl, token));
Beispiel #2
0
 public Task <MinerInfo> GetMinerByTokenAsync(string token)
 => GetAsync <MinerInfo>(ServerRoutes.GetMinerByToken(token));