10 defined(
'JPATH_PLATFORM') or die;
29 public function getMeta()
34 $githubIps = $this->processResponse($this->client->get($this->fetchUrl($path)), 200);
43 $authorizedIps = array();
45 foreach ($githubIps as $key => $serviceIps)
48 $authorizedIps[$key] = array();
50 foreach ($serviceIps as $serviceIp)
53 $authorizedIps[$key][] = substr($serviceIp, 0, -3);
57 return $authorizedIps;