psolymos / clickrup

Interacting with the ClickUp v2 API from R
https://peter.solymos.org/clickrup/
MIT License
18 stars 3 forks source link

Review paging rules for tasks #18

Closed psolymos closed 7 months ago

psolymos commented 1 year ago

There seem to be a last_page property in the tasks related response objects that can be used to determine if paging is required:

str(Tasks,2)
List of 2
 $ tasks    :List of 1 
  ..$ :List of 34      
 $ last_page: logi TRUE
psolymos commented 7 months ago

.cu_get has pagining included. The last_page prop is not needed.