namecheap 0.1.0

NameCheap SDK for interacting with their API
Documentation
1
2
3
4
5
6
7
8
9
#### `domains.dns`


- [ ] **namecheap.domains.dns.setDefault**: Set the DNS settings of a domain to the default Namecheap settings.
- [ ] **namecheap.domains.dns.setCustom**: Set custom DNS settings for a domain.
- [x] **namecheap.domains.dns.getList**: Retrieve a list of DNS servers associated with a domain.
- [x] **namecheap.domains.dns.getHosts**: Retrieve the host records for a domain.
- [ ] **namecheap.domains.dns.getEmailForwarding**: Get the email forwarding settings for a domain.
- [ ] **namecheap.domains.dns.setEmailForwarding**: Set the email forwarding settings for a domain.
- [ ] **namecheap.domains.dns.setHosts**: Set the host records for a domain.