Description Usage Arguments Details Value
fetch's from one of bpl's read-only list views using GET and returns 1:n records as a dataframe or raises an http_error
1 | fetch_request(endpoint_url, query_params = NULL, use_full_endpoint = F)
|
endpoint_url |
the api endpoint excluding the base |
query_params |
filters to use for querying data |
use_full_endpoint |
when set to true uses this as the full url |
TODO create a paginating endpoint similar to this for large responses
parsed contents from the fetch request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.