Skip to contents

Helper function to send requests to the Finto Skosmos API

Usage

finto_api_request(endpoint, params = list())

Arguments

endpoint

API endpoint to request.

params

List of query parameters.

Value

Parsed JSON response from the API.

Examples

if (FALSE) { # \dontrun{
finto_api_request("vocabularies")
} # }