Sha256: 818c79ac2c42bb159fb08c699968eafb4001b119ad6e7f18f4a3d44f1e0706e7
Contents?: true
Size: 596 Bytes
Versions: 2
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 [Object] :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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.17.0 | lib/slack/web/api/endpoints/api.rb |
slack-ruby-client-0.16.0 | lib/slack/web/api/endpoints/api.rb |