3gHub

Results 1 issues of 3gHub

`$newsapi->getTopHeadlines($q, $sources, $country, $category, $page_size, $page);` According to this I have Used like this in my code ` $response = $newsapi->getTopHeadlines($country='us', $category='health');` But it is not working.