Sha256: cc809efafd2ce762e1b295ce3fd7fc682a784f7c82b590c9ae8a660a0c309a83
Contents?: true
Size: 601 Bytes
Versions: 3
Compression:
Stored size: 601 Bytes
Contents
# This file was auto-generated by lib/slack/web/api/tasks/generate.rake module Slack module Web module Api module Endpoints module Auth # # Checks authentication & identity. # # @see https://api.slack.com/methods/auth.test # @see https://github.com/slackhq/slack-api-docs/blob/master/methods/auth.test.md # @see https://github.com/slackhq/slack-api-docs/blob/master/methods/auth.test.json def auth_test(options = {}) post('auth.test', options) end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.2.1 | lib/slack/web/api/endpoints/auth.rb |
slack-ruby-client-0.2.0 | lib/slack/web/api/endpoints/auth.rb |
slack-ruby-client-0.1.0 | lib/slack/web/api/endpoints/auth.rb |