Sha256: f028a851a9dac05c434fa25751e15030e9e21cace42249880607055830874e83
Contents?: true
Size: 635 Bytes
Versions: 6
Compression:
Stored size: 635 Bytes
Contents
# This file was auto-generated by lib/generators/tasks/generate.rb module Slack module Endpoint 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
Version data entries
6 entries across 6 versions & 1 rubygems