Sha256: 424282262139ee8f369e4326741d47d09fe1941bed28c16fdaccfdecf1195e31
Contents?: true
Size: 534 Bytes
Versions: 10
Compression:
Stored size: 534 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 # # 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
10 entries across 10 versions & 2 rubygems