The conformance endpoint provides the capabilities of
the service.
This endpoint is accessible from the provider's catalog (/conformance
).
Examples
if (FALSE) { # \dontrun{
stac("https://planetarycomputer.microsoft.com/api/stac/v1") %>%
conformance() %>% get_request()
} # }