Tldr
Scipt to automate the notification process for submitting URLs to the Bing search engine using the Bing URL Submission API.
🌐 Overview
This script automates the notification process for submitting URLs to theBing search engine using the Bing URL Submission API. It constructs a JSON payload containing the site URL, a list of static pages, and a list of post URLs. The script then submits this payload to the Bing API using a provided API key.
I use this script in my CD pipeline to notify Bing about new or updated content on my website.