コード例 #1
0
 public Task <MinerInfo> GetMinerByNameAsync(string name)
 => GetAsync <MinerInfo>(ServerRoutes.GetMinerByName(name));