R/etseed-package.R

#' etcd client for R
#'
#' @section etcd keys:
#' Note that all keys have to be prefixed by a forward slash (\code{/})
#'
#' @importFrom httr GET PUT POST DELETE content stop_for_status
#' warn_for_status authenticate
#' @importFrom jsonlite fromJSON
#' @name etseed-package
#' @aliases etseed
#' @docType package
#' @author Scott Chamberlain \email{myrmecocystus@@gmail.com}
#' @keywords package
NULL

Try the etseed package in your browser

Any scripts or data that you put into this service are public.

etseed documentation built on May 2, 2019, 10:20 a.m.