0.1.0 • Published 1 year ago

yammer_custom3 v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Client library for the yammer api.

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.

0.1.0

1 year ago