A Python library for the ClickUp API
# install clickup
pip install clickupfromclickup.clientimportClientclick_client=Client(EMAIL, PASS, PERSONAL_API_KEY)
forteam_id, team_nameinclick_client.teams.items():
print(team_id, team_name)There was an error while loading. Please reload this page.