import Nuntly from '@nuntly/sdk';const client = new Nuntly({ apiKey: 'My API Key',});// Automatically fetches more pages as needed.for await (const domainListResponse of client.domains.list()) { console.log(domainListResponse.id);}
import Nuntly from '@nuntly/sdk';const client = new Nuntly({ apiKey: 'My API Key',});// Automatically fetches more pages as needed.for await (const domainListResponse of client.domains.list()) { console.log(domainListResponse.id);}