Sha256: 0b8edffc293942a7fde3878b5a49ecd64114e974e13d7cf5047ac42074441604
Contents?: true
Size: 614 Bytes
Versions: 2
Compression:
Stored size: 614 Bytes
Contents
# This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module TeamProfile # # Retrieve a team's profile. # # @option options [Object] :visibility # Filter by visibility. # @see https://api.slack.com/methods/team.profile.get # @see https://github.com/dblock/slack-api-ref/blob/master/methods/team.profile/team.profile.get.json def team_profile_get(options = {}) post('team.profile.get', options) end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.10.0 | lib/slack/web/api/endpoints/team_profile.rb |
slack-ruby-client-0.9.1 | lib/slack/web/api/endpoints/team_profile.rb |