api_versions {openeo}R Documentation

Returns the supported openEO API versions

Description

The function queries the back-end for its supported versions. The endpoint /.well-known/openeo is called on the given host URL and the JSON result is coerced into a tibble.

Usage

api_versions(url)

Arguments

url

the URL as string pointing to the base host of the back-end

Value

a data.frame or a tibble containing all supported API versions of the back-end


[Package openeo version 1.3.1 Index]