@itentialopensource/adapter-github
Version:
This adapter integrates with system described as: github.
455 lines • 12.2 kB
JSON
{
"actions": [
{
"name": "migrationsListForOrg",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/migrations?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsStartForOrg",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/migrations?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsGetStatusForOrg",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/migrations/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsDownloadArchiveForOrg",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/migrations/{pathv2}/archive?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsDeleteArchiveForOrg",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/migrations/{pathv2}/archive?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsUnlockRepoForOrg",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/migrations/{pathv2}/repos/{pathv3}/lock?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsListReposForOrg",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/migrations/{pathv2}/repositories?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsGetImportStatus",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/import?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsStartImport",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/import?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsUpdateImport",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/import?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsCancelImport",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/import?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsGetCommitAuthors",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/import/authors?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsMapCommitAuthor",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/import/authors/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsGetLargeFiles",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/import/large_files?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsSetLfsPreference",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/import/lfs?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsListForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/migrations?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsStartForAuthenticatedUser",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/user/migrations?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsGetStatusForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/migrations/{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": "migrationsGetArchiveForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/migrations/{pathv1}/archive?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsDeleteArchiveForAuthenticatedUser",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/user/migrations/{pathv1}/archive?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsUnlockRepoForAuthenticatedUser",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/user/migrations/{pathv1}/repos/{pathv2}/lock?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "migrationsListReposForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/migrations/{pathv1}/repositories?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}