public
Fork of jpatterson/yammer4r
Description: Yammer Ruby API Interface
Homepage:
Clone URL: git://github.com/jstewart/yammer4r.git
jstewart (author)
Fri Apr 24 12:51:08 -0700 2009
commit  65d46325d128e49dd08662bfc60044cc69fcb4df
tree    87f128a795339757925772a768c7c63315b53190
parent  c567ce60c34b0b4711f43e1e34f62c2d546e92e5
yammer4r / README
100644 16 lines (12 sloc) 0.444 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= 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...