closeio / closeio-node

An Unofficial Close.io API wrapper for Node.js.
19 stars 18 forks source link

List users and CRUD notes #17

Closed GrimDev closed 6 years ago

GrimDev commented 6 years ago

This PR add the ability to list the users using:

closeio.user.read(/* No args */).then((users) => {
  // Users might be in "users" var
});