Sha256: f20fb7c328364ef2478ed6ff745370cb749de19a0b3692bffdc09055db02b317
Contents?: true
Size: 654 Bytes
Versions: 2
Compression:
Stored size: 654 Bytes
Contents
# This file was auto-generated by lib/generators/tasks/generate.rb module Slack module Endpoint 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/aki017/slack-api-docs/blob/master/methods/api.test.md # @see https://github.com/aki017/slack-api-docs/blob/master/methods/api.test.json def api_test(options={}) post("api.test", options) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-api-1.6.0 | lib/slack/endpoint/api.rb |
slack-api-1.5.0 | lib/slack/endpoint/api.rb |