class Github::Client::Orgs::Teams

def add_repo(*args)

Other tags:
    Api: - public

Other tags:
    See: https://developer.github.com/v3/orgs/teams/#add-team-repo -
def add_repo(*args)
  arguments(args, required: [:id, :user, :repo])
  put_request("/teams/#{arguments.id}/repos/#{arguments.user}/#{arguments.repo}", arguments.params)
end