7 lines
106 B
Ruby
7 lines
106 B
Ruby
module Mattermost
|
|
class Team < Client
|
|
def all
|
|
json_get('/api/v3/teams/all')
|
|
end
|
|
end
|
|
end
|