Search APIs from APIs.guru by title, service, and provider.
Usage
find_api(pattern, refresh = FALSE)
Arguments
- pattern
A string to search for. This string is converted to lowercase
before comparison.
- refresh
Whether to force a refresh of the APIs.guru API list.
Value
A tibble with columns title
, provider
, service
, and apid_url
.
Examples
if (FALSE) { # interactive()
find_api("events")
find_api("fec.gov")
}