Slack API Wrapper 
A library that provides a plain function-call interface to the Slack API web endpoints.
This a work in progress, many API endpoint implementations are still missing, I expect to add them as soon as possible or you can help by making a pull request.
Installation
Add this line to your application's Gemfile:
gem 'slack-api-wrapper'
And then execute:
$ bundle
Or install it yourself as:
$ gem install slack-api-wrapper
Usage
TODO: Write usage instructions here
You can see a demo here slack-web-test
Contributing
- Fork it ( https://github.com/gssbzn/slack-api-wrapper/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
License
MIT License. Copyright 2015 Gustavo Bazan. http://gustavobazan.com
This software is not created by, affiliated with, or supported by Slack Technologies, Inc.