Open ralyodio opened 4 years ago
I still get resource not found.
CognitiveServices now forces you to use your own endpoint.
I'm not sure how to pass it. The endpoints for /news/search is what i want.
I'm trying this:
this.client = require('node-bing-api')({ accKey: opts.apiKey, rootUri: opts.rootUri });
apiKey is my api key and rootUri is BING_ENDPOINT=https://puump.cognitiveservices.azure.com/bing/v7.0
BING_ENDPOINT=https://puump.cognitiveservices.azure.com/bing/v7.0
Hi chovy,
my apikey expired, and I cannot really test this now.
That seems fine to me. What error do you get?
Something like "Resource Not Found"
I still get resource not found.
CognitiveServices now forces you to use your own endpoint.
I'm not sure how to pass it. The endpoints for /news/search is what i want.
I'm trying this:
apiKey is my api key and rootUri is
BING_ENDPOINT=https://puump.cognitiveservices.azure.com/bing/v7.0