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