Skip to content

theartofeducation/clickup-go

Repository files navigation

ClickUp Go

CI Go Reference

A client for using the ClickUp API.

Support Features

Signatures

The library will validate a request against the request's signature.

Webhooks

The library will parse ClickUp Webhooks from an HTTP request.

Get Task

The library will fetch a Task by Task ID.

Update Task

The library will update an existing Task.

Mocking

Full mocks for all features are included to make testing consuming modules easier.