Wrapper for Clickup API.
ClickupAPIWrapper()Get the URL to get an access code.
Get the access token.
Validate that api key and python package exists in environment.
Parse appropriate content from the list of teams.
Get the headers for the request.
Get all teams for the user.
Get all the folders for the team.
Retrieve a specific task.
Get all available lists.
Query tasks that match certain fields
Get all spaces for the team.
Update an attribute of a specified task.
Update an attribute of a specified task.
Add or remove assignees of a specified task.
Creates a new task.
Creates a new list.
Creates a new folder.
Run the API.