Ejemplo n.º 1
0
 public Task <Miner> GetMinerByTokenAsync(string token)
 => GetAsync <Miner>(ServerRoutes.GetMinerByToken(ApiUrl, token));
Ejemplo n.º 2
0
 public Task <MinerInfo> GetMinerByTokenAsync(string token)
 => GetAsync <MinerInfo>(ServerRoutes.GetMinerByToken(token));