public
Description: Yammer Ruby API Interface
Homepage:
Clone URL: git://github.com/jpatterson/yammer4r.git
name age message
file .gitignore Wed Feb 18 21:33:28 -0800 2009 Allow passing in of options instead of just ass... [jstewart]
file README Fri Dec 19 21:34:39 -0800 2008 Some ideas for accessing messages and users [jpatterson]
file example.rb Fri Dec 19 21:34:39 -0800 2008 Some ideas for accessing messages and users [jpatterson]
directory lib/ Wed Feb 18 21:34:15 -0800 2009 Created gemspec Signed-off-by: Jim Patterson <... [jstewart]
file oauth.yml.template Fri Dec 19 17:51:28 -0800 2008 Initial Commit [James Patterson]
file yammer4r.gemspec Wed Feb 18 21:34:16 -0800 2009 bump up version number to force a gem rebuild. ... [jstewart]
README
= Yammer4R

== Developers
* {Jim Patterson} <jimp79 at gmail dot com>

== Description
Yammer4R provides an object based API to query or update your Yammer account via pure Ruby.  It hides the ugly HTTP/REST 
code from your code.

== External Dependencies
* Ruby 1.8 (tested with 1.8.7)
* JSON gem (tested with versions: 1.1.3)
* OAuth gem (tested with versions: 0.2.7)
* RSpec gem (tested with versions: 1.1.11)

== Usage Examples
Coming soon...