Slack API Wrapper Build Status

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

  1. Fork it ( https://github.com/gssbzn/slack-api-wrapper/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. 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.