forked from EnterpriseyIntranet/nextcloud-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
api_implementation.json
54 lines (54 loc) · 1.89 KB
/
api_implementation.json
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
{
"title": "Which API does it support?",
"headers": ["API name", "Implementation status", "Last checked date"],
"headers attributes": ["name", "implementation status", "date_last_checked"],
"data": [
{
"name": "User provisioning API",
"url": "https://docs.nextcloud.com/server/14/admin_manual/configuration_user/user_provisioning_api.html",
"implementation status": "OK",
"date_last_checked": "2019-02-02"
},
{
"name": "OCS Share API",
"url": "https://docs.nextcloud.com/server/14/developer_manual/core/ocs-share-api.html",
"implementation status": "Partially implemented",
"date_last_checked": "2019-02-02"
},
{
"name": "WebDAV API",
"url": "https://docs.nextcloud.com/server/14/developer_manual/client_apis/WebDAV/index.html",
"implementation status": "OK",
"date_last_checked": "2019-02-02"
},
{
"name": "Activity app API",
"url": "https://github.com/nextcloud/activity",
"implementation status": "OK",
"date_last_checked": "2019-02-02"
},
{
"name": "Notifications app API",
"url": "https://github.com/nextcloud/notifications/",
"implementation status": "OK",
"date_last_checked": "2019-02-02"
},
{"name": "The LDAP configuration API",
"url": "https://docs.nextcloud.com/server/14/admin_manual/configuration_user/user_auth_ldap_api.html",
"implementation status": "OK",
"date_last_checked": "2019-02-02"
},
{
"name": "Capabilities API",
"url": "https://docs.nextcloud.com/server/14/developer_manual/client_apis/OCS/index.html#capabilities-api",
"implementation status": "OK",
"date_last_checked": "2019-02-02"
},
{
"name": "Group Folders API",
"url": "https://github.com/nextcloud/groupfolders",
"implementation status": "OK",
"date_last_checked": "2019-02-02"
}
]
}