Implement pagination
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Apparently clickup uses pagination (e.g. https://clickup.com/api/clickupreference/operation/GetTasks, see `page` query param and `last_page` response param).
Need to adjust `clickup_api.get_tasks_in_workspace`. Other routes seem to not use pagination
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating clickup_api.get_tasks_in_workspace and read the linked ClickUp Get Tasks documentation, focusing on the page query parameter and last_page response parameter. The work is done when the function retrieves all pages of workspace tasks rather than only the first page; inspect existing tests or request-handling patterns before changing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100