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

Public Instance Methods

api_test(options = {}) click to toggle source

Checks API calling code.

@option options [Object] :error

Error response to return.

@see api.slack.com/methods/api.test @see github.com/slack-ruby/slack-api-ref/blob/master/methods/api/api.test.json

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