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