Microsoft Graph API - Query Sharepoint Site
Budget: $10 – $30 USD
Hello can someone help me graph the microsoft graph api with the npm library:
@microsoft/microsoft-graph-client
Here is the code that isn't working
var response = await graphClient
.api('/sites')
.top(5)
.get();
console.log('response', response)
@microsoft/microsoft-graph-client
Here is the code that isn't working
var response = await graphClient
.api('/sites')
.top(5)
.get();
console.log('response', response)