UNPKG

@itentialopensource/adapter-slack

Version:

This adapter integrates with system Slack

88 lines 2.33 kB
{ "actions": [ { "name": "postReactionsadd", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/reactions.add?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postReactionsadd-default.json" } ] }, { "name": "getReactionsget", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reactions.get?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getReactionsget-default.json" } ] }, { "name": "getReactionslist", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reactions.list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getReactionslist-default.json" } ] }, { "name": "postReactionsremove", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/reactions.remove?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postReactionsremove-default.json" } ] } ] }