Documentation
¶
Overview ¶
Package apiv3 provides typed wrappers for ClickUp API v3 operations.
The do() helper handles auth, rate limiting, and error parsing via api.Client. All operation wrappers live in operations.gen.go (auto-generated).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListAttachments ¶
func ListAttachments(ctx context.Context, client *api.Client, workspaceID, entityType, entityID string, opts ...GetParentEntityAttachmentsParams) (*clickupv3.AttachmentsPublicAPIAttachmentsControllerGetParentEntityAttachments200Response, error)
ListAttachments fetches attachments for a task (or other entity) via the v3 API. entityType is "attachments" for task attachments, "custom_fields" for file custom fields.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.