microsoft-graph 3.11.12 → 3.11.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
# Microsoft Graph SDK
|
|
2
|
+
[](https://www.npmjs.com/package/microsoft-graph)
|
|
3
|
+
|
|
2
4
|
## Overview
|
|
3
5
|
This is an extensible library that allows access to Microsoft's GraphAPI, including (but not only) Sharepoint's API. It currently supports the most common operations, with more being added over time.
|
|
4
6
|
|