github_api_delete: API path and method to delete a repository

Description Usage Arguments Value See Also Examples

Description

API path and method to delete a repository

Usage

1
github_api_delete(owner, repo)

Arguments

owner

GitHub login or organization name.

repo

Repository name.

Value

List consisting of path and HTTP method (DELETE).

See Also

https://developer.github.com/v3/repos/#delete

Examples

1
github_api_delete("kenjisato", "my-great-repo")

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