Module: Slack::Endpoint::Api
- Included in:
- Slack::Endpoint
- Defined in:
- lib/slack/endpoint/api.rb
Instance Method Summary collapse
-
#api_test(options = {}) ⇒ Object
Checks API calling code.
Instance Method Details
#api_test(options = {}) ⇒ Object
Checks API calling code.
16 17 18 |
# File 'lib/slack/endpoint/api.rb', line 16 def api_test(={}) post("api.test", ) end |