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