import Dataframer from 'dataframer';const client = new Dataframer({ apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted});const files = await client.dataframer.files.list();console.log(files);
import Dataframer from 'dataframer';const client = new Dataframer({ apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted});const files = await client.dataframer.files.list();console.log(files);