View source: R/get_api_filters.R
parse_swagger_payload | R Documentation |
the response from the swagger endpoint include a large number of attributes and details that are not need for glfishr. this function takes the named list created from the json response and extracts the name and description of each GET parameter that can be used as filters.
parse_swagger_payload(payload)
payload |
|
Given the complexity of the payload, this function is not currently tested
TODO: add option to parse schemas from payload
list
Adam Cottrill adam.cottrill@ontario.ca
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.