class Github::Client::Activity::Watching
def watch(*args)
- Api: - public
Other tags:
- See: https://developer.github.com/v3/activity/watching/#watch-a-repository-legacy -
def watch(*args) arguments(args, required: [:user, :repo]) put_request("/user/subscriptions/#{arguments.user}/#{arguments.repo}", arguments.params) end