| resourceURL,Endpoint-method | R Documentation |
Gets the URL of a resource.
## 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, ...)
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.
Christian Autermann c.autermann@52north.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.