0.0.2 • Published 12 months ago

clickup-helper v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

ClickUp Helper

This is a fetch wrapper that provides a few methods for getting spaces, folders, lists, and tasks from the ClickUp API. Currently, does not support updating / creating anything (POST requests) via the API.

Usage

npm i clickup-helper

import { ClickUpHelper } from "clickup-helper";
const clickup = new ClickUpHelper("CLICKUP_API_KEY");
const tasks = await clickup.getTeamData(["spaceID1", "spaceID2"]);
console.log(tasks.length);
0.0.2

12 months ago

0.0.1

12 months ago