@itentialopensource/adapter-godaddy
Version:
This adapter integrates with system described as: GoDaddy REST API v1 and v2.
66 lines • 1.88 kB
JSON
{
"actions": [
{
"name": "getV2CustomersCustomerIdDomainsDomainActions",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v2/customers/{pathv1}/domains/{pathv2}/actions?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getV2CustomersCustomerIdDomainsDomainActions-default.json"
}
]
},
{
"name": "deleteV2CustomersCustomerIdDomainsDomainActionsType",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v2/customers/{pathv1}/domains/{pathv2}/actions/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getV2CustomersCustomerIdDomainsDomainActionsType",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v2/customers/{pathv1}/domains/{pathv2}/actions/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}