{"id":23310234,"url":"https://github.com/zacharytamas/clickup-client","last_synced_at":"2025-04-07T01:18:55.325Z","repository":{"id":140477350,"uuid":"461939845","full_name":"zacharytamas/clickup-client","owner":"zacharytamas","description":"A browser/Node.js client for interacting with ClickUp's v2 API. Authored in TypeScript.","archived":false,"fork":false,"pushed_at":"2022-04-10T14:19:44.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-13T06:44:17.891Z","etag":null,"topics":["clickup","clickup-api","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zacharytamas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-21T16:20:14.000Z","updated_at":"2022-04-11T10:06:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c03ad37-6c01-4673-b1fd-f20e763647d8","html_url":"https://github.com/zacharytamas/clickup-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacharytamas%2Fclickup-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacharytamas%2Fclickup-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacharytamas%2Fclickup-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacharytamas%2Fclickup-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zacharytamas","download_url":"https://codeload.github.com/zacharytamas/clickup-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247574091,"owners_count":20960497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clickup","clickup-api","typescript"],"created_at":"2024-12-20T13:16:58.574Z","updated_at":"2025-04-07T01:18:55.315Z","avatar_url":"https://github.com/zacharytamas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clickup-client\n\nA browser/Node.js client for interacting with ClickUp's v2 API. Authored in TypeScript and\nexports ESM modules.\n\n## Example Usage\n\n```typescript\nimport clickUpClient from '@clicked/client';\n\n(async () =\u003e {\n  const client = clickUpClient('\u003cmy_token\u003e');\n\n  // Getting a list of Tasks in a List.\n  const tasksInList = await client.list('\u003clist_id\u003e').listTasks();\n\n  const newTask = await client\n    .list('\u003clist_id\u003e')\n    .createTask({ name: 'My Task', description: 'A task description' });\n})();\n```\n\n## Notes\n\n- For now, this only supports instances where you can provide a Personal Access Token. I\n  am very much building this for my own needs at the moment but if this library becomes\n  useful for others I may go for a more featured approach.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacharytamas%2Fclickup-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzacharytamas%2Fclickup-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacharytamas%2Fclickup-client/lists"}