1 2 3 4 5 6 7
module Mattermost class Team def self.all(session) session.get('/api/v3/teams/all').parsed_response end end end