View source: R/api_utilities.R
get_api_response | R Documentation |
A wrapper to the get_api_response
method defined in the
Credentials
class.
get_api_response(url, profile = myProfile)
url |
a character of API URL |
profile |
an object of class |
An object of class response
.
Credentials
## Not run:
myProfile <- create_profile("", "")
url <- "http://httpbin.org/json"
api_response <- get_api_response(url)
names(api_response)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.