switch to official cloudflare api client while keeping class based approach

This commit is contained in:
2024-06-15 19:47:09 +02:00
parent 1d2e0974b2
commit f39f8cd33c
9 changed files with 160 additions and 264 deletions

View File

@ -18,6 +18,7 @@ tap.test('.listZones() -> should display an entire account', async (tools) => {
tools.timeout(600000);
const result = await testCloudflareAccount.convenience.listZones();
console.log(result);
await tools.delayFor(10000);
});
tap.test(