PyNamecheap
PyNamecheap copied to clipboard
Add multiple host records in a single network request.
As with domains_dns_addHost but doing so for multiple records and using a single network request. Currently, every record is a network request. Adding parking records for bodis.com gets three CNAMES. Doing one request per record is inefficient. This solves that.