vsts_get_projects {vstsr} | R Documentation |
Azure DevOps Projects
Description
These functions will allow you to scrape project information from Azure DevOps.
Usage
vsts_get_projects(domain, auth_key, quiet = FALSE)
Arguments
domain |
The name of the Azure DevOps organization. |
auth_key |
Authentication key generated by using |
quiet |
logical whether want general running information from printing. Any issue with the API call will
still show up if set to |
Details
For more information about project API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/core/Projects.
[Package vstsr version 1.1.0 Index]