Description Usage Arguments Value
Get an API response
1 2 3 4 5 6 7 8 | qt_api_get(
name,
account_set = load_account_set(),
url_values = NULL,
query = NULL,
try = 0,
auth_token = NULL
)
|
name |
method name |
account_set |
account set |
url_values |
url values to glue into the url template, usually an ID |
query |
a list to pass as the query |
try |
how many times has this been called |
auth_token |
a string to use for the access token. Usually this is not needed but is used for testing. |
an httr response
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.