0.8.3 • Published 5 years ago

msgraph-helper v0.8.3

Weekly downloads
15
License
MIT
Repository
github
Last release
5 years ago

msgraph-helper

Simplifies usage of the MSGraph client in your SPFX solutions.

Usage

Import the helper:

import MSGraph from 'msgraph-helper';

In your main webpart or extension in the onInit function, add the following:

 await MSGraph.Init(this.context.msGraphClientFactory, 'v1.0');

Anywhere in your soluton you can now do:

import MSGraph from 'msgraph-helper';

let memberOf = await MSGraph.Get('/me/memberOf');

The helper supports Get, Patch, Put and Delete.

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.3.1

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.1

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago