Using BotBuilder-Samples with microsoft.com

HTML integration

✓ Official SDK
Install
# See https://github.com/microsoft/BotBuilder-Samples
The News Category API lets you search on Bing and get back a list of top news…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /news
The News Search API lets you send a search query to Bing and get back a list …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /news/search
The News Trending Topics API lets you search on Bing and get back a list of t…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /news/trendingtopics
SDK on GitHub 📄 API Docs
SDK
BotBuilder-Samples
HTML
API
microsoft.com
microsoft.com:cognitiveservices-NewsSearch
At a glance
Language HTML
Endpoints3
✓ Official