mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-17 11:22:54 +00:00
apply suggested changes
delete unused const values bla
This commit is contained in:
committed by
Abel García de Prada
parent
6ec1bd2bb2
commit
257494a9dc
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"ocs": {
|
||||
"meta": {
|
||||
"status": "ok",
|
||||
"statuscode": 100,
|
||||
"message": "OK",
|
||||
"totalitems": "",
|
||||
"itemsperpage": ""
|
||||
},
|
||||
"data": {
|
||||
"exact": {
|
||||
"users": [],
|
||||
"groups": [],
|
||||
"remotes": []
|
||||
},
|
||||
"users": [],
|
||||
"groups": [],
|
||||
"remotes": []
|
||||
}
|
||||
}
|
||||
}
|
||||
+60
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"ocs": {
|
||||
"data": {
|
||||
"exact": {
|
||||
"groups": [],
|
||||
"remotes": [],
|
||||
"users": [
|
||||
{
|
||||
"label": "admin",
|
||||
"value": {
|
||||
"shareType": 0,
|
||||
"shareWith": "admin"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"label": "group1",
|
||||
"value": {
|
||||
"shareType": 1,
|
||||
"shareWith": "group1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "group2",
|
||||
"value": {
|
||||
"shareType": 1,
|
||||
"shareWith": "group2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"remotes": [],
|
||||
"users": [
|
||||
{
|
||||
"label": "user1",
|
||||
"value": {
|
||||
"shareType": 0,
|
||||
"shareWith": "user1",
|
||||
"shareWithAdditionalInfo": "user1@user1.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "user2",
|
||||
"value": {
|
||||
"shareType": 0,
|
||||
"shareWith": "user2"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"meta": {
|
||||
"itemsperpage": "",
|
||||
"message": "OK",
|
||||
"status": "ok",
|
||||
"statuscode": 200,
|
||||
"totalitems": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user