yammer_custom3

0.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i yammer_custom3

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

32.4 kB

Total Files

5

Last publish

Collaborators

  • testuser__