in php/topsites.php [31:37]
public function getTopSites() {
$canonicalQuery = $this->buildQueryParams();
$url = 'https://' . self::$ServiceHost . self::$ServiceURI . '?' . $canonicalQuery;
$ret = self::makeRequest($url);
echo $ret;
}