class Github::Client::Activity::Watching
def create(*args)
- Api: - public
Options Hash:
(**params)
-
:ignored
(Boolean
) -- -
:subscribed
(Boolean
) --
Parameters:
-
params
(Hash
) --
Other tags:
- See: https://developer.github.com/v3/activity/watching/#set-a-repository-subscription -
def create(*args) arguments(args, required: [:user, :repo]) put_request("/repos/#{arguments.user}/#{arguments.repo}/subscription", arguments.params) end