goferito / node-bing-api

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

updated endpoint to v7.0 #43

Closed f1ux1uxday closed 6 years ago

f1ux1uxday commented 6 years ago

the current URI is set for version 5.0 of Bing Web Search API, leaving new users of version 7.0 in the dust. I updated that endpoint here.

goferito commented 6 years ago

What are the differences? Is this a breaking change?

f1ux1uxday commented 6 years ago

Here it looks like there are some changes to the error codes. Aaaaand i'm seeing that the v5 keys don't work for v7 so maybe another possible solution would be to have a separate package for v7?