@itentialopensource/adapter-bitbucket
Version:
This adapter integrates with system described as: bitbucket.
130 lines • 3.55 kB
JSON
{
"actions": [
{
"name": "getRepositoriesUsernameRepoSlugRefs",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/refs?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRepositoriesUsernameRepoSlugRefsBranches",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/refs/branches?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRepositoriesUsernameRepoSlugRefsBranchesName",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/refs/branches/{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": "getRepositoriesUsernameRepoSlugRefsTags",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/refs/tags?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postRepositoriesUsernameRepoSlugRefsTags",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/refs/tags?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRepositoriesUsernameRepoSlugRefsTagsName",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/refs/tags/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}