-
Notifications
You must be signed in to change notification settings - Fork 851
Closed
Description
from slackclient import SlackClient
token = 'xoxp-28192348123947234198234'
sc = SlackClient(token)
print sc.api_call('api.test')
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
19
20 def api_call(self, method, **kwargs):
---> 21 return self.server.api_call(method, kwargs)
22
23 def rtm_read(self):
TypeError: api_call() takes exactly 2 arguments (3 given)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels