url-methods: URL Methods

resourceURL,Endpoint-methodR Documentation

URL Methods

Description

Gets the URL of a resource.

Usage

## S4 method for signature 'Endpoint'
resourceURL(x)

## S4 method for signature 'Endpoint'
stationsURL(x)

## S4 method for signature 'Endpoint'
servicesURL(x)

## S4 method for signature 'Endpoint'
timeseriesURL(x)

## S4 method for signature 'Endpoint'
categoriesURL(x)

## S4 method for signature 'Endpoint'
offeringsURL(x)

## S4 method for signature 'Endpoint'
featuresURL(x)

## S4 method for signature 'Endpoint'
proceduresURL(x)

## S4 method for signature 'Endpoint'
phenomenaURL(x)

## S4 method for signature 'Timeseries'
getDataURL(x)

resourceURL(x)

subresourceURL(x, ...)

stationsURL(x)

servicesURL(x)

timeseriesURL(x)

categoriesURL(x)

offeringsURL(x)

featuresURL(x)

proceduresURL(x)

phenomenaURL(x)

getDataURL(x)

## S4 method for signature 'ApiResource'
resourceURL(x)

## S4 method for signature 'HttpResource'
subresourceURL(x, ...)

Details

resourceURL gets the URL of the resource x.

subresourceURL gets the URL of a sub-resource of x.

stationsURL gets the URL of a Station collection associated with x.

servicesURL gets the URL of a Service collection associated with x.

timeseriesURL gets the URL of a Timeseries collection associated with x.

categoriesURL gets the URL of a Category collection associated with x.

offeringsURL gets the URL of a Offering collection associated with x.

featuresURL gets the URL of a Feature collection associated with x.

proceduresURL gets the URL of a Procedure collection associated with x.

phenomenaURL gets the URL of a Phenomenon collection associated with x.

phenomenaURL gets the URL of the getData endpoint associated with x.

Author(s)

Christian Autermann c.autermann@52north.org


52North/sensorweb4R documentation built on Oct. 14, 2024, 7:24 p.m.