cu-response | R Documentation |
The function extracts the response attribute from a cu object after an ClickUp API call.
cu_response(x)
x |
An object of class cu. |
A response object as returned by httr::response()
.
Only calls to existing API endpoints return a response attribute.
Wrapper functions that make multiple calls to endpoints
(e.g. due to paging etc.) do not store the responses
and return NULL
.
httr::response()
for the response object,
and cu for the cu object class.
## Not run:
task <- cu_get_task("8ach57")
cu_response(task)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.