@itentialopensource/adapter-google_drive
Version:
This adapter integrates with system described as: google drive
106 lines • 2.63 kB
JSON
{
"actions": [
{
"name": "driveTeamdrivesList",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/teamdrives?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "driveTeamdrivesCreate",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/teamdrives?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "driveTeamdrivesDelete",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/teamdrives/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "driveTeamdrivesGet",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/teamdrives/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "driveTeamdrivesUpdate",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/teamdrives/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}