checkToken()) { list($repos, $links) = $this->github->listRepos( $this->app->getRequest()->getQuery("page"), new \app\Github\API\Repos\ReposCallback($this->github) )->send(); $this->app->display("github/index", compact("repos", "links")); } } }