0.1.1 • Published 2 years ago

yammer-shortpolling v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Client library for the yammer api.

Build Status

var Yammer = new require('node-yammer').Yammer;

// oauth2 access token
var yam = new Yammer({ access_token: token });
yam.messages(function(res, body) {
  console.log(body.messages);
});

Docs coming soon. But the method names in the source are pretty straight forward.