0.0.0 • Published 14 years ago

yammer-js v0.0.0

Weekly downloads
6
License
-
Repository
github
Last release
14 years ago

yammer-js

Simple Yammer API client for express + connect.

npm install yammer

Usage

yammer has only one method:

  • apiCall(http_method, path, params, callback): Does a call to the Yammer API.

Params must contain the token (in the access_token field).

Test

    node example/test.js <access_token>