powered by
These functions will allow you to scrape releases from Azure DevOps.
vsts_get_releases(domain, project, auth_key, query = NULL)vsts_get_release(domain, project, release, auth_key)
vsts_get_release(domain, project, release, auth_key)
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
a list of extra parameters that can be sent to the API call
Release Definition ID
For more information about release 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_releases("domain", "project", auth_key) # } # NOT RUN { # }
Run the code above in your browser using DataLab