PyNamecheap icon indicating copy to clipboard operation
PyNamecheap copied to clipboard

Add multiple host records in a single network request.

Open johnnypeck opened this issue 1 year ago • 0 comments

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.

johnnypeck avatar Jun 06 '24 13:06 johnnypeck