public ActionResult RateLimits() { var acctAnalyzer = new AccountQueryService(); var rateLimts = APIQueryService.GetRateLimits(acctAnalyzer.RepositoryInformation()); return View(rateLimts); }
public ActionResult DoesNotFollowBack() { var acctAnalyzer = new AccountQueryService(); var acctList = acctAnalyzer.GetAccountsThatDoNotFollowMeBack(); return View(acctList); }