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 ¶
- func ListAttachments(ctx context.Context, client *api.Client, ...) (...)
- func ListChatChannels(ctx context.Context, client *api.Client, workspaceId string, ...) (*clickupv3.ChatPublicAPIChatChannelsControllerGetChatChannels200Response, ...)
- func ListChatMessages(ctx context.Context, client *api.Client, workspaceId string, channelId string, ...) (*clickupv3.CommentPublicAPIChatMessagesControllerGetChatMessages200Response, ...)
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.
func ListChatChannels ¶ added in v0.32.0
func ListChatChannels(ctx context.Context, client *api.Client, workspaceId string, opts ...GetChatChannelsParams) (*clickupv3.ChatPublicAPIChatChannelsControllerGetChatChannels200Response, error)
ListChatChannels retrieves Chat channels for a workspace with typed response.
func ListChatMessages ¶ added in v0.32.0
func ListChatMessages(ctx context.Context, client *api.Client, workspaceId string, channelId string, opts ...GetChatMessagesParams) (*clickupv3.CommentPublicAPIChatMessagesControllerGetChatMessages200Response, error)
ListChatMessages retrieves messages for a Chat channel with typed response.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.