Package provides simplified OAuth 2.0 key exchange for Clickup API v2. Please note that Clickup's access keys do not expire, there is no refresh token implementation.
Setup
Create new application in Clickup > Settings > Integrations > Clickup API. Define the redirect URL, i.e. http://localhost:4321 for example below.
Set the client id and secret from the Clickup API App UI as env variables and define in your Go project: