list_services: Lists the current users services

View source: R/services.R

list_servicesR Documentation

Lists the current users services

Description

Queries the back-end to retrieve a list of services that the current user owns. Services are web services like WCS, WFS, etc. The result is an object of type ServiceList, which is a named list of Service. The indices are the service IDs, the service object that is indexed by its ID and may use other functions instead of its service ID.

Usage

list_services(con = NULL)

Arguments

con

connected and authenticated openEO client object (optional) otherwise active_connection() is used.

Value

named list of Services (class ServiceList)


openeo documentation built on Nov. 17, 2022, 5:07 p.m.