Skip to content

jonthegeek/anyapi

Repository files navigation

anyapi

Lifecycle: experimental CRAN status Codecov test coverage R-CMD-check

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.

About

Quickly Access Hundreds of 'APIs'

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages