UNPKG

@itentialopensource/adapter-godaddy

Version:

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

25 lines 590 B
{ "actions": [ { "name": "getAgreements", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/agreements?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAgreements-default.json" } ] } ] }