Microsoft-Graph-Client
Updates
- Two output js files, one with polyfills for Fetch-API and ES6-Promises (lib/graph-js-sdk-web.js) and one without (lib/graph-js-sdk-core.js)
[Refer README.md for usage] - Enum for ResponseType, which lists down the available ResponseType options in autocomplete
Bug Fix
- Cannot access the property "request-id" of undefined in GraphError handling