Skip to content

mauriora/WebPart-Test

Repository files navigation

Webpart Test App

Build and Test

Follow the build instruction in the solution.

Config

API Access

to use the Microsoft Graph API, e.g. for Term creation add the the snippet below.

./config/package-solution.json

    "webApiPermissionRequests": [
      {
        "resource": "Microsoft Graph",
        "scope": "TermStore.ReadWrite.All"
      }
    ],

After installing the package, grant it permissions in Sharepoint Admin Center: Advanced / API access

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published