Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonthegeek/apisguru

APIs.guru API Client
https://github.com/jonthegeek/apisguru

Last synced: 10 days ago
JSON representation

APIs.guru API Client

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# apisguru

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/apisguru)](https://CRAN.R-project.org/package=apisguru)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/apisguru/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/apisguru?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/apisguru/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/apisguru/actions/workflows/R-CMD-check.yaml)

A client to interact with the [APIs.guru](https://apis.guru) API.

## Installation

You can install the development version of apisguru from [GitHub](https://github.com/) with:

``` r
# install.packages("pak")
pak::pak("jonthegeek/apisguru")
```

## Made with {beekeeper}

This package is being developed using the [{beekeeper}](https://beekeeper.api2r.org/) package.
Development is very active, and this package will likely change a lot in the coming weeks.
As part of the development of {beekeeper}, I'm updating this package manually to define what {beekeeper} should create.

## Code of Conduct

Please note that the apisguru project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/apisguru/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.