api_get: This function is a helper to make get requests to the API.

Description Usage Arguments Value

View source: R/api.R

Description

This function is a helper to make get requests to the API.

Usage

1
api_get(path)

Arguments

path

the path to an endpoint of the API

Value

A list of class "eiopaR_api". It has at least the following components:

content

the JSON content parsed to a list.

path

the path to the requested endpoint.

response

the raw response.


eiopaR documentation built on May 31, 2021, 9:10 a.m.