slack-api
slack-api copied to clipboard
A javascript wrapper for the Slack API.
For the chat.postMessage method (there may be others, but this is where I noticed the issue), it has an attachments parameter of an array of objects. All API methods are...
Currently, there is only spotty unit test coverage. This should be filled out to all methods, and all possible return states.
Currently, all of the requests are made via GET. This needs to change for `files.upload`. We need to support both methods of [uploading a file](https://api.slack.com/methods/files.upload).