class Github::Client::Activity::Watching

def watch(*args)

Other tags:
    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