Sha256: dbdc735f34faaefffafae11cce322f05ec42c04b904f79c90103826c6a00aaf8
Contents?: true
Size: 888 Bytes
Versions: 2
Compression:
Stored size: 888 Bytes
Contents
# This file was auto-generated by lib/slack/web/api/tasks/generate.rake module Slack module Web module Api module Endpoints module Team # # This method is used to get the access logs for users on a team. # # @see https://api.slack.com/methods/team.accessLogs # @see https://github.com/dblock/slack-api-ref/blob/master/methods/team.accessLogs.json def team_accessLogs(options = {}) post('team.accessLogs', options) end # # This method provides information about your team. # # @see https://api.slack.com/methods/team.info # @see https://github.com/dblock/slack-api-ref/blob/master/methods/team.info.json def team_info(options = {}) post('team.info', options) end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.3.1 | lib/slack/web/api/endpoints/team.rb |
slack-ruby-client-0.3.0 | lib/slack/web/api/endpoints/team.rb |