create.hook {github} | R Documentation |
create a new hook for repo
create.hook(owner, repo, content, ctx = get.github.context())
owner |
the repo owner (user, org, etc) |
repo |
the name of the repo |
content |
the JSON object describing the hook. See http://developer.github.com/v3/repos/hooks/#create-a-hook for details. |
ctx |
the github context object |
the specific hook