A wrapper to the get_api_response
method defined in the
Auth
class.
get_api_response(url, profile = myProfile)
a character of API URL
an object of class Auth
.
Default is myProfile
.
An object of class response
.
get_api_response
and get_api_graph
if (FALSE) {
myProfile <- create_profile("", "")
url <- "http://httpbin.org/json"
api_response <- get_api_response(url)
names(api_response)
}