powered by
Creation of a Azure DevOps authentication key that will be used when running any of the API calls.
vsts_auth_key(user, pass)
username to access Azure DevOps project
password to access Azure DevOps project
An authentication key string in the form of 'Basic <Base 64 of user:pass>'
user
pass
For more information about authentication check https://docs.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-6.1#create-the-request
# NOT RUN { # Using credentials auth_key <- vsts_auth_key("<username>", "<password>") # Using PAT token auth_key <- vsts_auth_key(NULL, "<token>") # }
Run the code above in your browser using DataLab