goferito / node-bing-api

Node.js module for the Bing Search API (Cognitive Services)
MIT License
56 stars 28 forks source link

Update API endpoint #46

Closed felipemoraes closed 3 years ago

felipemoraes commented 3 years ago

It seems that the API endpoint has been changed by Microsoft and as a result, I think the root URI in "bing.js" needs to be updated from "https://api.cognitive.microsoft.com/bing/v7.0/" to "https://api.bing.microsoft.com/v7.0/search". I have included their description here: "Bing Search APIs are moving from Cognitive Services to Bing Search Services. Starting October 30, 2020, any new instances of Bing Search need to be provisioned following the process documented here."

goferito commented 3 years ago

Thanks @felipemoraes