Skip to content

Commit 2b3be4d

Browse files
committed
add api index file
1 parent 084afd8 commit 2b3be4d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

apis.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"aid": "graph.community",
3+
"name": "Graph.Community SDK for Microsoft SharePoint REST API",
4+
"description": "This repository contains an curated OpenAPI definition for SharePoint Online metadata.",
5+
"image": "https://pschaeflein.github.io/graph-community-metadata/graph-community-spclient.png",
6+
"tags": [
7+
"Graph.Community",
8+
"graph",
9+
"community",
10+
"sharepoint",
11+
"msgraph",
12+
"openapi"
13+
],
14+
"apis": [
15+
{
16+
"aid": "graph.community:sharepoint",
17+
"name": "Graph.Community SPClient ",
18+
"description": "The Graph.Community OpenAPI definition helps bring the discoverable, modern Kiota-generated experience for Microsoft APIs to other endpoints.",
19+
"baseUrl": "https://graph.microsoft.com/v1.0",
20+
"properties": [
21+
{
22+
"type":"Documentation",
23+
"url":"https://pschaeflein.github.io/graph-community-metadata/index.html"
24+
},
25+
{
26+
"type": "x-openapi",
27+
"url": "openapi/v1.0/openapi.yaml" // can be the relative path on the repository or a publicly accessible URL
28+
}
29+
]
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)