gitlab-org--gitlab-foss/lib/mattermost/team.rb

8 lines
106 B
Ruby
Raw Normal View History

module Mattermost
2016-12-19 23:22:10 +00:00
class Team < Client
def all
json_get('/api/v3/teams/all')
end
end
end