0.0.2 • Published 1 year ago

clickup-helper v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.0.1

1 year ago