github_api_list: API path and method to list repositories.

Description Usage Arguments Value See Also Examples

Description

API path and method to list repositories.

Usage

1
github_api_list(..., username = NULL, org = NULL)

Arguments

...

Not used.

username

A string for GitHub user account.

org

A string for GitHub organization account.

Value

List consisting of path and HTTP method.

See Also

https://developer.github.com/v3/repos/#list-your-repositories https://developer.github.com/v3/repos/#list-user-repositories https://developer.github.com/v3/repos/#list-organization-repositories

Examples

1
github_api_list(username = "kenjisato")

kenjisato/hwmgr documentation built on May 20, 2019, 9:04 a.m.