Sha256: 2c73ea6701413270c9fec448604999a7ee5d6be819060a51d815b7da2af963e6

Contents?: true

Size: 520 Bytes

Versions: 4

Compression:

Stored size: 520 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/auth.test.json
          def auth_test(options = {})
            post('auth.test', options)
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack-ruby-client-0.7.3 lib/slack/web/api/endpoints/auth.rb
slack-ruby-client-0.7.2 lib/slack/web/api/endpoints/auth.rb
slack-ruby-client-0.7.1 lib/slack/web/api/endpoints/auth.rb
slack-ruby-client-0.7.0 lib/slack/web/api/endpoints/auth.rb