Glip SDK for Ruby

Gem Version Build Status Dependency Status Codacy Badge Code Climate Scrutinizer Code Quality Downloads Docs License

Glip SDK for Glip collaboration (https://glip.com).

More documentation will be added soon. For now see the example and SDK code.

Usage

rc_sdk = RingCentralSdk::REST::Client.new [...]
glip = GlipSdk::REST::Client.new rc_sdk
res = glip.posts.post group_id: '12345', text: 'Hi there!'

Example Scripts

Example scripts can be found in the scripts directory.

Change Log

See CHANGELOG.md

Project Repo

Contributing

  1. Fork it ( http://github.com/ringcentral-ruby/glip-sdk-ruby/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 new Pull Request

License

Glip SDK is available under the MIT license. See LICENSE.md for details.

Glip SDK © 2016 by John Wang