class Github::Client::Orgs::Teams

def get(*args)

Other tags:
    Api: - public
def get(*args)
  arguments(args, required: [:id])
  get_request("/teams/#{arguments.id}", arguments.params)
end