@itentialopensource/adapter-github
Version:
This adapter integrates with system described as: github.
187 lines • 5.03 kB
JSON
{
"actions": [
{
"name": "interactionsGetRestrictionsForOrg",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/interaction-limits?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "interactionsSetRestrictionsForOrg",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/interaction-limits?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "interactionsRemoveRestrictionsForOrg",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/interaction-limits?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "interactionsGetRestrictionsForRepo",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/interaction-limits?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "interactionsSetRestrictionsForRepo",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/interaction-limits?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "interactionsRemoveRestrictionsForRepo",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/interaction-limits?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "interactionsGetRestrictionsForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/interaction-limits?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "interactionsSetRestrictionsForAuthenticatedUser",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/user/interaction-limits?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "interactionsRemoveRestrictionsForAuthenticatedUser",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/user/interaction-limits?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}