This function attempts to parse a Slack response into a tidy tibble. It will gradually be replaced as I implement specific parsers, and eventually will not be exported.
Arguments
- resp
A httr2 response object, created by
req_perform()
.
This function attempts to parse a Slack response into a tidy tibble. It will gradually be replaced as I implement specific parsers, and eventually will not be exported.
A httr2 response object, created by req_perform()
.