gsuite-user-manager
v1.0.0
Published
wrapper for the google admin sdk user api
Downloads
3
Readme
G suite user manager
A wrapper for the google admin SDK user API
Installation
npm install g suite-user-manager
Usage
var userManager = gsuiteUserManager({
auth: auth
});
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.