An internal function to parse the api response for various public functions.
parse_response(path, query = NA)
Mandatory character parameter. This is an extension of the api end point and passed as an argument from the function calling parse_response
.
Optional named list parameter. This would consist of any named params to be passed to the api end point.
A named list or a dataframe object of the response.