@itentialopensource/adapter-bitbucket
Version:
This adapter integrates with system described as: bitbucket.
88 lines • 2.4 kB
JSON
{
"actions": [
{
"name": "getRepositoriesUsernameRepoSlugDownloads",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/downloads?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postRepositoriesUsernameRepoSlugDownloads",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/downloads?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteRepositoriesUsernameRepoSlugDownloadsFilename",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/downloads/{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": "getRepositoriesUsernameRepoSlugDownloadsFilename",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/downloads/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}