These functions will allow you to scrape project information from Azure DevOps.
vsts_get_projects(domain, auth_key, quiet = FALSE)
The name of the Azure DevOps organization.
Authentication key generated by using vsts_auth_key
logical whether want general running information from printing. Any issue with the API call will
still show up if set to TRUE
For more information about project API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/core/Projects.