@itentialopensource/adapter-godaddy
Version:
This adapter integrates with system described as: GoDaddy REST API v1 and v2.
44 lines • 1.06 kB
JSON
{
"actions": [
{
"name": "deleteListings",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v1/aftermarket/listings?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "addExpiryListings",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/aftermarket/listings/expiry?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}