Documentation
¶
Overview ¶
Package apiv2 provides typed wrappers for ClickUp API v2 operations that are missing from the go-clickup library.
go-clickup handles most V2 operations correctly. This package fills the gaps documented in api/GO_CLICKUP_GAPS.md:
- UpdateTask with points and markdown_content
- Time entry CRUD
- Comment replies (threaded comments)
- Space tags
All wrappers use the existing api.Client for HTTP transport (auth, rate limiting) and auto-generated clickupv2 types for request/response serialization.
Click to show internal directories.
Click to hide internal directories.