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