Batching Azure Graph API requests in Python
For advanced users of Azure Graph API, the volume of requests can be huge. And calling the API once for every single request incurs network overheads and will slow down the process if there are huge amount of data to download. Microsoft introduces combining the requests via JSON requests to help speed up the process. … Read more