Learn R Programming

finto (version 0.1.1)

finto_api_request: Helper function to send requests to the Finto Skosmos API

Description

Helper function to send requests to the Finto Skosmos API

Usage

finto_api_request(endpoint, params = list())

Value

Parsed JSON response from the API.

Arguments

endpoint

API endpoint to request.

params

List of query parameters.

Examples

Run this code
if (FALSE) {
finto_api_request("vocabularies")
}

Run the code above in your browser using DataLab