Get information about the Gobbler service, namely the locations of the staging directory and registry.

serviceInfo(url)

Arguments

url

String containing the URL of the gobbler REST API.

Value

List containing the location of the staging and registry directories.

Author

Aaron Lun

Examples

info <- startGobbler()
serviceInfo(info$url)
#> $registry
#> [1] "/tmp/RtmpcPC1yF/file22c6da21d3a"
#> 
#> $staging
#> [1] "/tmp/RtmpcPC1yF/file22c5565405f"
#>