Closed dcsan closed 9 years ago
i'm getting an error with basic api call as below, any suggestions?
slack = new Slack(SLACK_TOKEN, autoReconnect, autoMark) args = { text: "hello slackapi 2" channel: "#general" } slack.api('chat.postMessage', args)
gives this error:
TypeError: Object # has no method 'api'
perhaps I was confused with using the slack-node official client.
i'm getting an error with basic api call as below, any suggestions?
gives this error:
TypeError: Object # has no method 'api'