Update samples.json in gh-pages branch

This commit is contained in:
GitHub Action 2024-08-31 23:46:46 +00:00
parent 96bb26a38c
commit 9b06a3b4d5
1 changed files with 63 additions and 0 deletions

View File

@ -8307,6 +8307,69 @@
} }
] ]
}, },
{
"name": "pnp-sp-dev-spfx-web-parts-js-applicationinsights-api-calls-tracking",
"source": "pnp",
"title": "External API calls tracking with Application Insights",
"shortDescription": "This SPFx solution is designed to monitor and track API calls executed within any SharePoint Online (SPO) site.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-applicationinsights-api-calls-tracking",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-applicationinsights-api-calls-tracking",
"longDescription": [
"This SPFx solution is designed to monitor and track API calls executed within any SharePoint Online (SPO) site."
],
"creationDateTime": "2024-08-10",
"updateDateTime": "2024-08-10",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "JavaScript"
},
{
"key": "SPFX-VERSION",
"value": "1.19.0"
}
],
"thumbnails": [
{
"name": "alerttule.png",
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/js-applicationinsights-api-calls-tracking/assets/alerttule.png",
"alt": "Web Part Preview"
},
{
"name": "ApiCalls.png",
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/js-applicationinsights-api-calls-tracking/assets/ApiCalls.png",
"alt": "Web Part Preview"
},
{
"name": "kusto.png",
"type": "image",
"order": 102,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/js-applicationinsights-api-calls-tracking/assets/kusto.png",
"alt": "Web Part Preview"
}
],
"authors": [
{
"gitHubAccount": "kkazala",
"pictureUrl": "https://github.com/kkazala.png",
"name": "Kinga Kazala"
}
],
"references": [
{
"name": "Build your first SharePoint client-side web part",
"description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
"url": "https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
}
]
},
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-display-list", "name": "pnp-sp-dev-spfx-web-parts-js-display-list",
"source": "pnp", "source": "pnp",