UNPKG

@itentialopensource/adapter-google_drive

Version:

This adapter integrates with system described as: google drive

86 lines 2.18 kB
{ "actions": [ { "name": "driveRevisionsList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/files/{pathv1}/revisions?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "driveRevisionsDelete", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/files/{pathv1}/revisions/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "driveRevisionsGet", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/files/{pathv1}/revisions/{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": "driveRevisionsUpdate", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/files/{pathv1}/revisions/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }