show_filters | R Documentation |
Many of the GLFSD API endpoints have a number of available filters that allows the response to be taylored to your particular needs. This function takes and api endpoint name and prints out all of the available filters. If 'filter_like' is provided, only those filters that contain the provided string are printed. If no endpoint name is provided, a list of available endpoints will be displayed.
show_filters(endpoint = "", filter_like = "")
endpoint |
|
filter_like |
|
See http://fsis.glfc.org/api/public_urls/ for more information on the available filter keys (query parameters) for each endpoint
Adam Cottrill adam.cottrill@ontario.ca
show_filters() show_filters("strain") show_filters("events", filter_like = "clip")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.