UNPKG

@itentialopensource/adapter-gitlab

Version:

This adapter integrates with system described as: gitlab.

67 lines 1.72 kB
{ "actions": [ { "name": "getV4Applications", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/applications?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getV4Applications-default.json" } ] }, { "name": "postV4Applications", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/applications?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postV4Applications-default.json" } ] }, { "name": "deleteV4Application", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/applications/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }