jstewart / yammer4r forked from jpatterson/yammer4r

Yammer Ruby API Interface

This URL has Read+Write access

jstewart (author)
Wed Aug 12 07:16:04 -0700 2009
commit  6e1b73411c8921fbd8bc9594732556b1e68aa11f
tree    d84afe6223f9dc0b474c45ce7d75e71e4d6df5fd
parent  33b52c7def9994f2406b673fe650400cc66cf8c4
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...