Somesh

Results 4 comments of Somesh

Have you subscribed to the free version in rapdi api dashboard? I got the same issue. And I come to know that some endpoints are not available for free subscription....

I think you guys are discussing bout this ```globalStats.total```. My opinion: - check whether the api returned the response properly by doing ```console.log(globalStats)```

```GET https://bing-news-search1.p.rapidapi.com/news/search?q=[object%20Object]&safeSearch=Off&textFormat=Raw&freshness=Day&count=undefined 400 (Bad Request)``` In the above request ```newsCategory``` is of type string, but I can see it has got transformed into something like ```object%20Object```, and ```count``` is undefined....