datawrapper-client
v0.1.0
Published
Note: work-in-progress
Readme
Datawrapper Client
Note: work-in-progress
Documentation
import { Client } from "datawrapper-client";
const client = new Client({ token: string });
// Available Methods
client.createChart(title: string, type: ChartType): Promise<CreateChartResponse>;
client.uploadData(id: string, data: string): Promise<void>;