0.2.3 • Published 8 months ago

sharepoint-graph-api v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

sharepoint-graph-api

A simple SharePoint API over the Microsoft Graph API

Example Usage:

import { SharepointGraphApi } from "sharepoint-graph-api"

const api = new SharepointGraphApi()

const childrenFiles = api.siteDriveItemChildren()

You will need to set these environment variables:

MS_APP_TENANT_ID
MS_APP_CLIENT_ID
MS_APP_SECRET
0.2.3

8 months ago

0.2.2

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.0

8 months ago

0.0.1

8 months ago