Deekor / groupme

Simple wrapper for the GroupMe v3 API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

groupme Build Status Dependency Status Code Climate Gem Version

Simple wrapper for the GroupMe v3 API.

Installation

Add this line to your application's Gemfile:

gem 'groupme'

And then execute:

$ bundle

Or install it yourself as:

$ gem install groupme

Documentation

http://rdoc.info/gems/groupme/frames/index

Usage

You will need to start with a client object:

@client = GroupMe::Client.new(:token => "TEST")

Then you can call any of the API methods on this object:

groups = @client.groups
new_group = @client.create_group("Family")

About

Simple wrapper for the GroupMe v3 API.

License:MIT License


Languages

Language:Ruby 100.0%