Adds support for batch API operations (thanks @leepood!)
let ns = new NameSilo({ apiKey: 'abc123', batch: true })
await ns.doSomeStuff()
See: https://www.namesilo.com/Support/API-Automated-Batch-Processing
Adds support for batch API operations (thanks @leepood!)
let ns = new NameSilo({ apiKey: 'abc123', batch: true })
await ns.doSomeStuff()
See: https://www.namesilo.com/Support/API-Automated-Batch-Processing