sp-dev-fx-webparts/samples/react-graph-auto-batching/assets/sample.json

51 lines
1.9 KiB
JSON
Raw Normal View History

2022-02-13 02:08:44 -05:00
[
{
"name": "pnp-sp-dev-spfx-web-parts-react-graph-auto-batching",
"title": "Graph auto batching",
2022-02-13 03:09:44 -05:00
"source": "pnp",
"shortDescription": "This sample shows how to abstract batching graph requests",
2022-02-13 02:08:44 -05:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-auto-batching",
"longDescription": [
2022-06-24 05:24:20 -04:00
"This sample shows how to abstract batching Graph requests"
2022-02-13 02:08:44 -05:00
],
"creationDateTime": "2022-02-03",
"updateDateTime": "2022-02-03",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.13.0"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/gh-pages/img/_nopreview.png",
"alt": "No preview available"
}
],
"authors": [
{
"gitHubAccount": "mgwojciech",
"pictureUrl": "https://github.com/mgwojciech.png",
"name": "Marcin Wojciechowski",
"company": "Valo"
}
],
"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.",
2022-10-24 09:42:45 -04:00
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
2022-02-13 02:08:44 -05:00
}
]
}
2022-06-24 05:24:20 -04:00
]