import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.files.getContent('file_id');
console.log(response);{}Get file content for viewing
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.files.getContent('file_id');
console.log(response);{}