Skip to contents

Tools to interactively query hundreds of web ‘APIs’, with documentation.

Installation

You can install the development version of anyapi from GitHub with:

# install.packages("remotes")
remotes::install_github("jonthegeek/anyapi")

Usage

Find an API. Such APIs can be used with {beekeeper} to create an API wrapper package.

library(anyapi)
find_api("trello")
#> # A tibble: 1 × 4
#>   title  provider   service apid_url                                            
#>   <chr>  <chr>      <chr>   <chr>                                               
#> 1 Trello trello.com <NA>    https://api.apis.guru/v2/specs/trello.com/1.0/opena…

Code of Conduct

Please note that the anyapi project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.