ServiceURI-class {BaseSpaceR} | R Documentation |
"ServiceURI"
The ServiceURI class is a general container for storing the URI of a REST based Web service.
Objects can be created by calls of the form ServiceURI()
.
ServiceURI()
creates an ServiceURI
instances out of
an URL and an API resource.
url
:Object of class "character"
~~
version
:Object of class "character"
~~
signature(object = "ServiceURI")
: ...
signature(x = "ServiceURI")
: ...
Adrian Alexa
showClass("ServiceURI")