endpoint_input_mapping_nested | R Documentation |
Nested tibble containing the mapping between each endpoint, the inputs it takes, and whether those inputs are required.
endpoint_input_mapping_nested
A tibble with 70 rows and 2 variables:
name of the API endpoint
a list column containing one or more inputs and a boolean indicating whether they are required for that endpoint. Can be unnested with tidyr::unnest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.