mauriora / WebPart-Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 75.7%Language:JavaScript 24.3%