Sha256: 17e52405fe5659b823712112aba6487e8057834f93ab902609befdd2486ea37d
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
# This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module Auth # # This method checks authentication and tells you who you are. # # @see https://api.slack.com/methods/auth.test # @see https://github.com/dblock/slack-api-ref/blob/master/methods/auth.test.json def auth_test(options = {}) post('auth.test', options) end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.6.0 | lib/slack/web/api/endpoints/auth.rb |