-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsample.json
More file actions
71 lines (71 loc) · 2.68 KB
/
Copy pathsample.json
File metadata and controls
71 lines (71 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
{
"name": "msgraph-sample-github-graph-connector-typescript",
"source": "microsoftgraph",
"title": "Ingest GitHub repositories and issues using Node.js and TypeScript",
"shortDescription": "This sample contains a Microsoft Graph connector that shows how to ingest GitHub repositories and issues. The ingested content is set to be visible to everyone in the organization.",
"url": "https://github.com/microsoftgraph/msgraph-sample-github-connector-typescript",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/microsoftgraph/msgraph-sample-github-connector-typescript",
"longDescription": [
"This sample contains a Microsoft Graph connector that shows how to ingest GitHub repositories and issues. The ingested content is set to be visible to everyone in the organization."
],
"creationDateTime": "2023-10-06",
"updateDateTime": "2023-10-24",
"products": [
"Microsoft Graph connectors",
"Microsoft Graph",
"Microsoft 365 Copilot"
],
"metadata": [
{
"key": "PLATFORM",
"value": "Node.js"
},
{
"key": "LANGUAGE",
"value": "TypeScript"
},
{
"key": "SEARCH-RESULTS-CARD",
"value": "Yes"
},
{
"key": "TEAMS-PACKAGE",
"value": "No"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/microsoftgraph/msgraph-sample-github-connector-typescript/raw/main/assets/repos.png",
"alt": "GitHub repositories displayed in Microsoft Search search results, visualized using a custom Adaptive Card"
},
{
"type": "image",
"order": 200,
"url": "https://github.com/microsoftgraph/msgraph-sample-github-connector-typescript/raw/main/assets/issues.png",
"alt": "GitHub issues displayed in Microsoft Search search results, visualized using a custom Adaptive Card"
}
],
"authors": [
{
"gitHubAccount": "jasonjoh",
"pictureUrl": "https://github.com/jasonjoh.png",
"name": "Jason Johnston"
}
],
"references": [
{
"name": "Microsoft Graph connectors overview",
"description": "Learn more what Microsoft Graph connectors are and when you'd use them.",
"url": "https://learn.microsoft.com/graph/connecting-external-content-connectors-overview"
},
{
"name": "Build your first custom Microsoft Graph connector",
"description": "Learn how to build your first custom Microsoft Graph connector using .NET.",
"url": "https://learn.microsoft.com/graph/connecting-external-content-build-quickstart"
}
]
}
]