Ejemplo n.º 1
0
 public Task <PlotterInfo> GetPlotterByTokenAsync(string token)
 => GetAsync <PlotterInfo>(ServerRoutes.GetPlotterByToken(token));