Title: | Quickly Access Hundreds of 'APIs' |
---|---|
Description: | Tools to interactively query hundreds of web 'APIs', with documentation. |
Authors: | Jon Harmon [aut, cre] |
Maintainer: | Jon Harmon <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-11-07 03:11:33 UTC |
Source: | https://github.com/jonthegeek/anyapi |
Search APIs from APIs.guru by title, service, and provider.
find_api(pattern, refresh = FALSE)
find_api(pattern, refresh = FALSE)
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. |
A tibble with columns title
, provider
, service
, and apid_url
.
find_api("events") find_api("fec.gov")
find_api("events") find_api("fec.gov")