TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
- Installation process
- Software dependencies
- Latest releases
- API references
Follow the build instruction in the solution.
to use the Microsoft Graph API, e.g. for Term creation add the the snippet below. After installing the package, grant it permissions in Sharepoint Admin Center: Advanced / API access
./config/package-solution.json
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "TermStore.ReadWrite.All"
}
],
TODO: Explain how other users and developers can contribute to make your code better.