UNPKG

@itentialopensource/adapter-godaddy

Version:

This adapter integrates with system described as: GoDaddy REST API v1 and v2.

107 lines 3.09 kB
{ "actions": [ { "name": "getV2CustomersCustomerIdDomainsNotifications", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/customers/{pathv1}/domains/notifications?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getV2CustomersCustomerIdDomainsNotificationsOptIn", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/customers/{pathv1}/domains/notifications/optIn?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getV2CustomersCustomerIdDomainsNotificationsOptIn-default.json" } ] }, { "name": "putV2CustomersCustomerIdDomainsNotificationsOptIn", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/v2/customers/{pathv1}/domains/notifications/optIn?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getV2CustomersCustomerIdDomainsNotificationsSchemasType", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/customers/{pathv1}/domains/notifications/schemas/{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": "postV2CustomersCustomerIdDomainsNotificationsNotificationIdAcknowledge", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v2/customers/{pathv1}/domains/notifications/{pathv2}/acknowledge?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }