import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted
});
const response = await client.dataframer.redTeam.createTask();
console.log(response);{}import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted
});
const response = await client.dataframer.redTeam.createTask();
console.log(response);{}API Key authentication. Format: "Bearer YOUR_API_KEY"
The response is of type object.