UNPKG

@itentialopensource/adapter-gitlab

Version:

This adapter integrates with system described as: gitlab.

25 lines 588 B
{ "actions": [ { "name": "postV4Markdown", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/markdown?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postV4Markdown-default.json" } ] } ] }