vsts_account: Azure DevOps Account

vsts_accountR Documentation

Azure DevOps Account

Description

Azure DevOps Account

Arguments

user

username for the Azure DevOps account

pass

password for the Azure DevOps account

domain

domain name for the Azure DevOps account

project

(optional) project name within the domain of the Azure DevOps account

repo

(optional) repository name with the project of the Azure DevOps domain

Format

An R6Class generator object

Details

For the majority of functions that are within this vsts_account object, you can get help about the query or body parameter with ?vsts_<function name>.

Examples

## Not run: 
proj <- vsts_account$new(
  "<username>", "<password>", "<domain>",
  "<project>", "<repo>"
)
str(proj)

## End(Not run)


ashbaldry/vstsr documentation built on Aug. 24, 2023, 12:11 a.m.