R/client.R

#' consul client
#'
#' @export
#' @param host (character) A basae URL (without the transport), e.g.,
#' `localhost`, `127.0.0.1` or `foo.example.com`. Default: `127.0.0.1`
#' @param port (numeric) Port. Default: `8500`
#' @param api_version (character) Consul api version. Default: `v1`
#'
erikhoward/consulr documentation built on May 25, 2019, 5:21 p.m.