sp-dev-fx-webparts/samples/react-yammer-api/assets/sample.json

57 lines
2.3 KiB
JSON
Raw Normal View History

2021-03-15 03:48:14 -04:00
[
{
"name": "pnp-sp-dev-spfx-web-parts-react-yammer-api",
"source": "pnp",
"title": "Yammer REST API web part",
"shortDescription": "This sample shows how Yammer REST APIs can be consumed by using SharePoint Framework React web part and the Yammer JavaScript SDK. The SPFx web part contains wrapper around the Yammer JavaScript SDK that can be extended for fluent typescript api experience.",
2021-05-02 15:04:59 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-yammer-api",
2021-03-15 03:48:14 -04:00
"longDescription": [
"This sample shows how Yammer REST APIs can be consumed by using SharePoint Framework React web part and the Yammer JavaScript SDK. The SPFx web part contains wrapper around the Yammer JavaScript SDK that can be extended for fluent typescript api experience."
],
"creationDateTime": "2017-04-19",
"updateDateTime": "2017-04-19",
2021-03-15 03:48:14 -04:00
"products": [
"SharePoint"
2021-03-15 03:48:14 -04:00
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "GA"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
2021-05-02 15:04:59 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-yammer-api/assets/spfx-yammer-api-webpart.jpg",
2021-03-15 03:48:14 -04:00
"alt": "Yammer REST API web part"
},
{
"type": "image",
"order": 101,
2021-05-02 15:04:59 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-yammer-api/assets/yammer-enabled-screen.png?raw=true",
2021-03-15 03:48:14 -04:00
"alt": "Yammer REST API web part"
}
],
"authors": [
{
"gitHubAccount": "VelinGeorgiev",
"company": "",
"pictureUrl": "https://github.com/VelinGeorgiev.png",
"name": "Velin Georgiev"
}
],
"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"
2021-03-15 03:48:14 -04:00
}
]
}
2021-05-02 15:04:59 -04:00
]