Request data from the Flickr API using the provided method, API key, and any additional values passed to [httr2::req_url_query].
FlickrAPIRequest(
method = NULL,
api_key = NULL,
format = "json",
simplifyVector = TRUE,
check_type = FALSE,
...
)
Flickr API method to use for request.
Flickr API key. If api_key is `NULL`, the function uses [getFlickrAPIKey()] to use the environment variable "FLICKR_API_KEY" as the key.
Format parameter passed to [httr2::req_url_query]
Default to `TRUE`, passed to [httr2::resp_body_json]
Default to `FALSE`, passed to [httr2::resp_body_json]
Additional parameters passed to [httr2::req_url_query]