get_users: Travis CI Users

Description Usage Arguments Details Value See Also Examples

Description

Retrieve and sync Travis CI users

Usage

1
2
3

Arguments

user

Optionally, an integer specifying a user ID, or a character string specifying a user login, or a “travis_user” object. If missing, all users are returned.

...

Additional arguments passed to travisHTTP.

Details

get_users retrieves information about GitHub users attached to a Travis account. sync_users syncs Travis's local cache of users against GitHub.

Value

A list.

See Also

get_accounts, get_permissions

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# authenticate based on Sys.setenv("GITHUB_TOKEN" = "sometoken")
auth_travis()

# sync users
sync_users()

# get travis users
get_users()

# get specific user
get_user("userid")

## End(Not run)

cloudyr/travisci documentation built on May 13, 2019, 8:22 p.m.