@itentialopensource/adapter-github
Version:
This adapter integrates with system described as: github.
88 lines • 2.47 kB
JSON
{
"actions": [
{
"name": "getLegacyIssuesSearchOwnerRepositoryStateKeyword",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/legacy/issues/search/{pathv1}/{pathv2}/{pathv3}/{pathv4}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getLegacyIssuesSearchOwnerRepositoryStateKeyword-default.json"
}
]
},
{
"name": "getLegacyReposSearchKeyword",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/legacy/repos/search/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getLegacyUserEmailEmail",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/legacy/user/email/{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/getLegacyUserEmailEmail-default.json"
}
]
},
{
"name": "getLegacyUserSearchKeyword",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/legacy/user/search/{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/getLegacyUserSearchKeyword-default.json"
}
]
}
]
}