lib/slack/web/api/endpoints/api.rb



# This file was auto-generated by lib/slack/web/api/tasks/generate.rake

module Slack
  module Web
    module Api
      module Endpoints
        module Api
          #
          # Checks API calling code.
          #
          # @option options [Object] :error
          #   Error response to return
          # @option options [Object] :foo
          #   example property to return
          # @see https://api.slack.com/methods/api.test
          # @see https://github.com/slackhq/slack-api-docs/blob/master/methods/api.test.md
          # @see https://github.com/slackhq/slack-api-docs/blob/master/methods/api.test.json
          def api_test(options = {})
            post('api.test', options)
          end
        end
      end
    end
  end
end