UNPKG

@itentialopensource/adapter-gitlab

Version:

This adapter integrates with system described as: gitlab.

109 lines 2.88 kB
{ "actions": [ { "name": "getV4Runners", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/runners?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getV4Runners-default.json" } ] }, { "name": "getV4RunnersAll", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/runners/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/getV4RunnersAll-default.json" } ] }, { "name": "getV4RunnersId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/runners/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getV4RunnersId-default.json" } ] }, { "name": "putV4RunnersId", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/runners/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/putV4RunnersId-default.json" } ] }, { "name": "deleteV4RunnersId", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/runners/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/deleteV4RunnersId-default.json" } ] } ] }