user_list_repos: List the repos owned by the given user

Description Usage Arguments Value Examples

Description

List the repos owned by the given user

Usage

1
2
user_list_repos(username, api_endpoint = Sys.getenv("GITEA_BASE_URL"),
  gitea_token = Sys.getenv("GITEA_PAT"))

Arguments

username

username of user

api_endpoint

URL prefix for your gitea server (no trailing '/')

gitea_token

NOTE: we use access_token in the package

Value

data frame

Examples

1
2
3
4
## Not run: 
user_list_repos("hrbrmstr")

## End(Not run)

hrbrmstr/crumpets documentation built on May 4, 2019, 8:40 a.m.