https://github.com/coatless/rest
https://github.com/coatless/rest
r rest-api
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coatless/rest
- Owner: coatless
- License: other
- Created: 2020-05-26T18:18:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T20:37:19.000Z (about 6 years ago)
- Last Synced: 2025-12-13T09:54:47.603Z (6 months ago)
- Topics: r, rest-api
- Language: R
- Size: 481 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
[](https://travis-ci.org/coatless/rest)
[](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).