UNPKG

@itentialopensource/adapter-github

Version:

This adapter integrates with system described as: github.

250 lines 6.67 kB
{ "actions": [ { "name": "checksCreate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/check-runs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksGet", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/check-runs/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksUpdate", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/check-runs/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksListAnnotations", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/check-runs/{pathv3}/annotations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksRerequestRun", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/check-runs/{pathv3}/rerequest?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksCreateSuite", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/check-suites?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksSetSuitesPreferences", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/check-suites/preferences?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksGetSuite", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/check-suites/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksListForSuite", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/check-suites/{pathv3}/check-runs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksRerequestSuite", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/check-suites/{pathv3}/rerequest?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksListForRef", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/commits/{pathv3}/check-runs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "checksListSuitesForRef", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/commits/{pathv3}/check-suites?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }