import BeaverdockAPI from 'beaverdock-api';const client = new BeaverdockAPI({ apiKey: process.env['BEAVERDOCK_API_API_KEY'], // This is the default and can be omitted});const user = await client.user.createWithList();console.log(user.id);
import BeaverdockAPI from 'beaverdock-api';const client = new BeaverdockAPI({ apiKey: process.env['BEAVERDOCK_API_API_KEY'], // This is the default and can be omitted});const user = await client.user.createWithList();console.log(user.id);