Sha256: 59d0439943a23f38b5399bc0fe5bf6c82d37eccc3cbfd1a971539825a3d203b0
Contents?: true
Size: 667 Bytes
Versions: 13
Compression:
Stored size: 667 Bytes
Contents
# This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module Api # # This method helps you test your 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/dblock/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
13 entries across 13 versions & 1 rubygems