*/ class Meta extends AbstractApi { /** * Get the ip address of the hook and git servers for the GitHub.com service. * * @return array Information about the service of GitHub.com */ public function service() { return $this->get('/meta'); } }