node-namecheap
node-namecheap copied to clipboard
Node.js library for the NameCheap API
`namecheap.domains.dns.getHosts` returns 'namecheap.domains.dns.getHosts' as a string instead of the full response. The problem seems to be a line in `instance.command` function (Line 597)
SLD and TLD is split by exploding the string on the dot character - this will fail for TLDs that include a dot, like `.co.uk`
update to new apis
Its fixed on swangs fork..
At the bottom of namecheap.js there is a line... res = res ? res[Object.keys(res)[0]] : undefined; This returns the "Type" instead of the answer... <CommandResponse Type="namecheap.domains.dns.getList"> Maybe namecheap api had...