module Slack::Web::Api::Endpoints::Api

Public Instance Methods

api_test(options = {}) click to toggle source

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 api.slack.com/methods/api.test @see github.com/dblock/slack-api-ref/blob/master/methods/api.test.json

# File lib/slack/web/api/endpoints/api.rb, line 17
def api_test(options = {})
  post('api.test', options)
end