A node.js library with usefull utilities to interact efficiently with the Microsoft Graph APIs
One of the first Open Source initiatives of Rapid Circle to help Node.JS developers interact with Microsoft Graph. Utilities will be added to improve the interaction with the Graph APIs. There is no future roadmap yet, maybe this grows into something beautiful.
- Add package to your project
npm install nodejs-msgraph-utils
- Add dependency to your profile file (e.g.
const supportedMetrics = require('nodejs-msgraph-utils/lookups/supportedMetrics.js');
) - Hack away.