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
.
if (FALSE) { myProfile <- create_profile("", "") url <- "http://httpbin.org/json" api_response <- get_api_response(url) names(api_response) }