apiv3

package
v0.32.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 8 Imported by: 0

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.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL