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

https://github.com/d2gex/httpeasyrest

A tiny wrapper over httr2 to make API querying even easier
https://github.com/d2gex/httpeasyrest

Last synced: 3 months ago
JSON representation

A tiny wrapper over httr2 to make API querying even easier

Awesome Lists containing this project

README

        

# httpeasyrest
A tiny wrapper over httr2 to make API querying even easier

# Installation
This R package can be installed through the devtools as follows:
```r
devtools::install_github("https://github.com/d2gex/httpeasyrest", dep=TRUE)
```