raksul / go-clickup

Clickup go client
MIT License
39 stars 24 forks source link

Add Custom Task Type Support #50

Closed mjburtenshaw closed 9 months ago

mjburtenshaw commented 9 months ago

Problem

As a developer, I want to create Tasks using custom task types.

Solution

📖 Definition: In ClickUp's nomenclature, a custom task type is a kind of custom item. In like fashion, I used custom item to name the data structures and custom task type as instances of custom items.

Main Quest

Side Quests

Validation

mjburtenshaw commented 9 months ago

@w-haibara san, your review is appreciated.

+@a-thug (major contributor) +@heldeen (has recent context)

Thank you, all!