UNPKG

@itentialopensource/adapter-bitbucket

Version:

This adapter integrates with system described as: bitbucket.

235 lines 6.67 kB
{ "actions": [ { "name": "deleteRepositoriesUsernameRepoSlugCommitNodeApprove", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/commit/{pathv3}/approve?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postRepositoriesUsernameRepoSlugCommitNodeApprove", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/commit/{pathv3}/approve?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postRepositoriesUsernameRepoSlugCommitNodeApprove-default.json" } ] }, { "name": "getRepositoriesUsernameRepoSlugCommitRevision", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/commit/{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": "getRepositoriesUsernameRepoSlugCommitShaComments", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/commit/{pathv3}/comments?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRepositoriesUsernameRepoSlugCommitShaCommentsCommentId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/commit/{pathv3}/comments/{pathv4}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRepositoriesUsernameRepoSlugCommits", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/commits?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postRepositoriesUsernameRepoSlugCommits", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/commits?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRepositoriesUsernameRepoSlugCommitsRevision", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/commits/{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": "postRepositoriesUsernameRepoSlugCommitsRevision", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/commits/{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": "getRepositoriesUsernameRepoSlugDiffSpec", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/diff/{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": "getRepositoriesUsernameRepoSlugPatchSpec", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/repositories/{pathv1}/{pathv2}/patch/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }