url-methods: URL Methods

Description Usage Details Author(s)

Description

Gets the URL of a resource.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
## 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 March 30, 2020, 11:39 p.m.