powered by
These functions will allow you to scrape release definition information from Azure DevOps.
vsts_get_release_defs(domain, project, auth_key, quiet = FALSE)
The name of the Azure DevOps organization.
the name of the project in domain to look at
domain
authentication key generated by using vsts_auth_key
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
TRUE
For more information about release definition API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/release/releases.
# NOT RUN { # Add in own details to get a non-NULL output auth_key <- vsts_auth_key("<username>", "<password>") vsts_get_release_defs("domain", "project", auth_key) # } # NOT RUN { # }
Run the code above in your browser using DataLab