R/gor_query.R
gorr__get_response_body.Rd
Get response body, fail with an error if it has one
gorr__get_response_body( response, content.fun = purrr::partial(httr::content, encoding = "UTF-8", show_col_types = FALSE) )
from e.g. POST, GET, DELETE
POST
GET
DELETE
content function used to extract content from the response, e.g. text_content
text_content
response body from (content)
content