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
- Host: GitHub
- URL: https://github.com/d2gex/httpeasyrest
- Owner: d2gex
- License: mit
- Created: 2024-11-07T06:46:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T06:47:33.000Z (5 months ago)
- Last Synced: 2024-11-07T07:32:51.791Z (5 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - d2gex/httpeasyrest - A tiny wrapper over httr2 to make API querying even easier (R)
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)
```