summaryrefslogtreecommitdiff
path: root/lib/mattermost/team.rb
blob: 784eca6ab5a61e5f048515ac296873f970039ba7 (plain)
1
2
3
4
5
6
7
module Mattermost
  class Team < Client
    def all
      json_get('/api/v3/teams/all')
    end
  end
end