Sha256: bd1b5d5d23c307d7134e97b6b34833eec2f86281c40996eb10f1a7c09bce7fba
Contents?: true
Size: 596 Bytes
Versions: 7
Compression:
Stored size: 596 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module Api # # Checks API calling code. # # @option options [string] :error # Error response to return. # @see https://api.slack.com/methods/api.test # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/api/api.test.json def api_test(options = {}) post('api.test', options) end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems