No release in over 3 years
Low commit activity in last 3 years
Simple wrapper for the GroupMe v3 API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
>= 0
>= 0
~> 3.0
~> 0.36.0
~> 1.21.0
>= 0

Runtime

 Project Readme

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")