api->listHooks($repo->full_name)->then(new HooksCallback($this->api, $repo)), $this->api->listTags($repo->full_name, 1)->then(new TagsCallback($this->api, $repo)), $this->api->listReleases($repo->full_name, 1)->then(new ReleasesCallback($this->api, $repo)), $this->api->readContents($repo->full_name)->then(new ContentsCallback($this->api, $repo)), ]); } }