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

https://github.com/coatless/rest


https://github.com/coatless/rest

r rest-api

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
comment = "#>",
tidy = FALSE,
error = FALSE,
fig.width = 8,
fig.heirestt = 8)
```

# rest

> Interfacing with REST APIs

[![Linux Build Status](https://travis-ci.org/coatless/rest.svg?branch=master)](https://travis-ci.org/coatless/rest)
[![Coverage Status](https://img.shields.io/codecov/c/github/coatless/rest/master.svg)](https://codecov.io/github/coatless/rest?branch=master)

Minimalistic client to interface _R_ with REST APIs.

This is an experimental package that builds heavily ontop of the fantastic work
contained in [`gh`](https://github.com/r-lib/gh) by
[Gábor Csárdi](https://github.com/gaborcsardi),
[Jennifer (Jenny) Bryan](https://github.com/jennybc), and
[Hadley Wickham](https://github.com/hadley).