graph-interface
v1.0.2
Published
An package with the focus on making easy the first contact with MS Graph API
Downloads
64
Maintainers
Readme
graph-interface
Simple Microsoft Graph API client.
Important: This version have breaking changes and is not compatible with the previous version.
Similar projects
Microsoft Graph JavaScript Client Library - The official JS/TS client;
GraphInterface - The .NET version of this package.
Why?
As you may noticed, there is already an official package to deal with the Graph API requests, and it's very well done. It have all the abstractions and provides a nice API to work with.
However, some things are not available in the official package, like the ability to make massive requests and a simplified way to authenticate with the API.
In general, I would say that you probably should use the official package, but if you really need to make massive requests, you can use this package.
Documentation and Source-Code
You can find the full documentation and source-code of this package here.