Learn R Programming

github (version 0.9.8)

modify.hook: modify an exisitng hook for repo

Description

modify an exisitng hook for repo

Usage

modify.hook(owner, repo, id, content, ctx = get.github.context())

Arguments

owner

the repo owner (user, org, etc)

repo

the name of the repo

id

the id of the hook

content

the JSON object describing the hook. See http://developer.github.com/v3/repos/hooks/#edit-a-hook for details.

ctx

the github context object

Value

the specific hook