View source: R/response_to_list.R
response_to_list | R Documentation |
Converts a GET or POST request from JSON to a list.
response_to_list(raw_response)
raw_response |
a result of a GET() or POST() call |
a list
#response_to_list(httr::GET("https://app.communityconnectlabs.com/api/v2/contacts.json"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.