fleaflicker_getendpoint {ffscrapr} | R Documentation |
GET any Fleaflicker endpoint
Description
The endpoint names and HTTP parameters (i.e. argument names) are CASE SENSITIVE and should be passed in exactly as displayed on the Fleaflicker API reference page.
Usage
fleaflicker_getendpoint(endpoint, ...)
Arguments
endpoint |
a string defining which endpoint to return from the API |
... |
Arguments which will be passed as "argumentname = argument" in an HTTP query parameter |
Details
Check out the vignette for more details and example usage.
Value
A list object containing the query, response, and parsed content.
See Also
https://www.fleaflicker.com/api-docs/index.html
vignette("fleaflicker_getendpoint")
[Package ffscrapr version 1.4.8 Index]