UNPKG

@itentialopensource/adapter-github

Version:

This adapter integrates with system described as: github.

66 lines 1.74 kB
{ "actions": [ { "name": "dependencyGraphDiffRange", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/dependency-graph/compare/{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": "dependencyGraphExportSbom", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/dependency-graph/sbom?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "dependencyGraphCreateRepositorySnapshot", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/dependency-graph/snapshots?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }