lib/slack/web/api/endpoints/api.rb in slack-ruby-client-0.10.0 vs lib/slack/web/api/endpoints/api.rb in slack-ruby-client-0.11.0
- old
+ new
@@ -11,10 +11,10 @@
# @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
+ # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/api/api.test.json
def api_test(options = {})
post('api.test', options)
end
end
end