UNPKG

@itentialopensource/adapter-google_drive

Version:

This adapter integrates with system described as: google drive

106 lines 2.69 kB
{ "actions": [ { "name": "driveCommentsList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/files/{pathv1}/comments?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "driveCommentsCreate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/files/{pathv1}/comments?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "driveCommentsDelete", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/files/{pathv1}/comments/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "driveCommentsGet", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/files/{pathv1}/comments/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "driveCommentsUpdate", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/files/{pathv1}/comments/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }