create_authentication_key: Create Authentication Key to be used with all API calls.

Description Usage Arguments Value Examples

View source: R/authenticate.R

Description

Create Authentication Key to be used with all API calls.

Usage

1
2
create_authentication_key(username,
  key = rstudioapi::askForSecret("Key"))

Arguments

username

The email registered with Azure DevOps

key

Password or PAT Code

Value

Authentication Key

Examples

1
2
3
4
## Not run: 
create_authentication_key("adam.robinson@education.gov.uk")

## End(Not run)

adamrobinson361/azuredevopsR documentation built on Nov. 1, 2019, 8:49 p.m.