Description Usage Arguments Details Examples
Takes in an object with a class of "response" returned from calling any of the wrapper functions. Also pipe friendly.
1 | parse_response(response)
|
response |
A response object |
As long as "status": true, returned item would most likely be a deep list, which means apart from the status and message, other elements of the returned lists would be lists as well
1 2 | bank_list <- list_banks(auth$secret)
parse_response(bank_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.