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

https://github.com/hakaiinstitute/hakai-api-client-r

Make authenticated requests for data to the Hakai API with R
https://github.com/hakaiinstitute/hakai-api-client-r

api api-client eims r

Last synced: 12 months ago
JSON representation

Make authenticated requests for data to the Hakai API with R

Awesome Lists containing this project

README

          

# Hakai API R Client

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![R build status](https://github.com/HakaiInstitute/hakai-api-client-r/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/HakaiInstitute/hakai-api-client-r/actions/workflows/R-CMD-check.yaml)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/hakaiApi)](https://cran.r-project.org/package=hakaiApi)
[![cran checks](https://badges.cranchecks.info/worst/hakaiApi.svg)](https://cran.r-project.org/web/checks/check_results_hakaiApi.html)

This project exports a single R6 class for the R programming language that can be used to make HTTP requests to the Hakai API resource server. The Class provides a "get" method to make Authenticated requests to the Hakai API data server without needing to know the details of the authentication process.

See package [README](hakaiApi/README.md) for usage and installation details.