Sha256: 26fda472b7969a8543cc100c6bd3f94184067b1931052f110e3ef08b27cafca8
Contents?: true
Size: 646 Bytes
Versions: 2
Compression:
Stored size: 646 Bytes
Contents
# This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints 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/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.10.0 | lib/slack/web/api/endpoints/api.rb |
slack-ruby-client-0.9.1 | lib/slack/web/api/endpoints/api.rb |