githubService: Create a Github service

Description Usage Value Examples

View source: R/github.R

Description

Create a Github service

Usage

1

Value

a list of service

Examples

1
2
3
4
5
gs <- githubService()
gs$get_userInfo
gs$get_allRepos(username = "tpemartin")
gs$get_oneRepoInfo(owner = "tpemartin", repo="109-1-inclass-practice")
gs$get_repoForks(owner = "tpemartin", repo="109-1-inclass-practice")

tpemartin/gitterhub documentation built on Feb. 14, 2022, 8:18 a.m.