UNPKG

@itentialopensource/adapter-google_drive

Version:

This adapter integrates with system described as: google drive

66 lines 1.61 kB
{ "actions": [ { "name": "driveChangesList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/changes?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "driveChangesGetStartPageToken", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/changes/startPageToken?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "driveChangesWatch", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/changes/watch?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }