meteor-slack-api icon indicating copy to clipboard operation
meteor-slack-api copied to clipboard

This is the entire slack api written for meteor. Both synchronous and asynchronous calls available.

Results 2 meteor-slack-api issues
Sort by recently updated
recently updated
newest added

Updated chat.postMessage to include additional parameters: 'blocks', 'mrkdwn', 'reply_broadcast', 'thread_ts', 'unfurl_media' * also add 'blocks' to stringify

for the official API you can use ``` slack = new Slack(token, autoReconnect, autoMark) ``` I'm wondering if you've gone through the steps to get a websocket going after the...