class Github::Client::Repos::Collaborators

def add(*args)

Other tags:
    Api: - public
def add(*args)
  arguments(args, required: [:user, :repo, :username])
  put_request("/repos/#{arguments.user}/#{arguments.repo}/collaborators/#{arguments.username}", arguments.params)
end