R/write_github_repos_json.R
get_github_repos.Rd
Helper function: Get Github Metadata For Repos
get_github_repos( group = "KWB-R", github_token = Sys.getenv("GITHUB_PAT"), dbg = TRUE, ... )
group | organisation (default: "KWB-R") |
---|---|
github_token | default: Sys.getenv("GITHUB_PAT") |
dbg | should debug messages be printed? (default: TRUE) |
... | additional arguments passed to gh:::gh_build_request(), see https://developer.github.com/v3/ (e.g. type = "public") |