UNPKG

@itentialopensource/adapter-slack

Version:

This adapter integrates with system Slack

67 lines 1.73 kB
{ "actions": [ { "name": "getSearchall", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/search.all?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSearchall-default.json" } ] }, { "name": "getSearchfiles", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/search.files?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSearchfiles-default.json" } ] }, { "name": "getSearchmessages", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/search.messages?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSearchmessages-default.json" } ] } ] }